#002A44

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

Shades of Blue Whale #002A44

Tints of Blue Whale #002A44

Color information

#002A44 (or 0x002A44) is unknown color: approx Blue Whale. HEX triplet: 00, 2A and 44. RGB value is (0,42,68). Sum of RGB (Red+Green+Blue) = 0+42+68=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #002A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A44 is #FFD5BB. Grayscale: #202020. Windows color (decimal): -16766396 or 4467200. OLE color: 4467200.

HSL color Cylindrical-coordinate representation of color #002A44: hue angle of 202.94º 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 #002A44 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB04268-
CMYK10.3800.73
HSL202.94º100%13.33%-
HSV(B)202.94º100%26.67%-
XYZ1.872.075.77-
YUV32.41148.09104.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 68 (26.95% from 255) = 61.82%
R=0%
G=38.18%
B=61.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0426810.3800.73202.9410013.33
Hex02A446426049cb64d
Octal05210414446011131314415
Binary010101010001001100100100110010010011100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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