Color Hex Logo

#023340 Color Hex

#023340
(2,51,64)
0 Favorites   0 Comments

Color spaces of #023340

RGB 25164
HSL0.530.940.13
HSV193°97°25°
CMYK 0.970.200.00   0.75
XYZ2.13432.75075.2689
Yxy2.75070.21020.2709
Hunter Lab16.5852-6.0536-7.2260
CIE-Lab19.0165-9.8714-12.5082

#023340 color RGB value is (2,51,64).

#023340 hex color red value is 2, green value is 51 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #023340 hue: 0.53 , saturation: 0.94 and the lightness value of 023340 is 0.13.

The process color (four color CMYK) of #023340 color hex is 0.97, 0.20, 0.00, 0.75. Web safe color of #023340 is #003333. Color #023340 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00110011 01000000
Octal 2 63 100
Decimal 2 51 64
Hex 2 33 40

RGB Percentages of Color #023340

%1.71
%43.59
%54.70

CMYK Percentages of Color #023340

%97
%20
%0
%75

Triadic Colors of #023340

#023340 #400233 #334002

Analogous Colors of #023340

#023340 #021440 #02402e

Monochromatic Colors of #023340

#023340

Complementary Color

#023340 #400f02

#023340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#023340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#023340 Color CSS Codes

.mybgcolor {background-color:#023340; } 
.myforecolor {color:#023340; }
.mybordercolor {border:3px solid #023340; }

#023340 Text Font Color

<p style="color:#023340">Text here</p>

This sample text font color is #023340
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#023340 Background Color

<div style="background-color:#023340">
Div content here</div>

This div background color is #023340


#023340 Border Color

<div style="border:3px solid #023340">
Div here</div>

This div border color is #023340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,51,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #023340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #023340;
  -webkit-box-shadow: 1px 1px 3px 2px #023340;
  box-shadow:         1px 1px 3px 2px #023340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,51,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #023340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #023340;
  -webkit-box-shadow: 1px 1px 3px 2px #023340;
  box-shadow:         1px 1px 3px 2px #023340;">
Div content here</div>

This div box has shadow with color #023340


Comments

No comments written yet.

Please login to write comment.