#002D44

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

Shades of Blue Whale #002D44

Tints of Blue Whale #002D44

Color information

#002D44 (or 0x002D44) is unknown color: approx Blue Whale. HEX triplet: 00, 2D and 44. RGB value is (0,45,68). Sum of RGB (Red+Green+Blue) = 0+45+68=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #002D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D44 is #FFD2BB. Grayscale: #222222. Windows color (decimal): -16765628 or 4467968. OLE color: 4467968.

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

Color convert

RGB04568-
CMYK10.3400.73
HSL200.29º100%13.33%-
HSV(B)200.29º100%26.67%-
XYZ1.982.295.81-
YUV34.17147.09103.63-

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) = 39.82%
BLUE value IS 68 (26.95% from 255) = 60.18%
R=0%
G=39.82%
B=60.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0456810.3400.73200.2910013.33
Hex02D446422049c864d
Octal05510414442011131014415
Binary010110110001001100100100010010010011100100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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