#002D40

Color #002D40 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #002D40

Tints of Blue Whale #002D40

Color information

#002D40 (or 0x002D40) is unknown color: approx Blue Whale. HEX triplet: 00, 2D and 40. RGB value is (0,45,64). Sum of RGB (Red+Green+Blue) = 0+45+64=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #002D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D40 is #FFD2BF. Grayscale: #212121. Windows color (decimal): -16765632 or 4205824. OLE color: 4205824.

HSL color Cylindrical-coordinate representation of color #002D40: hue angle of 197.81º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D40 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB04564-
CMYK10.3000.75
HSL197.81º100%12.55%-
HSV(B)197.81º100%25.1%-
XYZ1.862.255.19-
YUV33.71145.09103.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=0%
G=41.28%
B=58.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0456410.3000.75197.8110012.55
Hex02D40641E04Bc664d
Octal05510014436011330614415
Binary01011011000000110010011110010010111100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D40; }

 p { color: rgb(0,45,64); }

 H1.HeaderClassName
 {
   color: #002D40;
 }
 .AnyTagClassName
 {
   color: #002D40;
 }
</style>
background-color css

<style>
 a { background-color: #002D40; }

 a { background-color: rgb(0,45,64); }

 div.DivClassName
 {
   background-color: #002D40;
 }
 .BgClassName
 {
   background-color: #002D40;
 }
</style>
border-color css

<style>
 span { border-color: #002D40; }

 span { border-color: rgb(0,45,64); }

 td.TdClassName
 {
   border-color: #002D40;
 }
 .TagClassName
 {
   border-color: #002D40;
 }
</style>