#002A45

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

Shades of Blue Whale #002A45

Tints of Blue Whale #002A45

Color information

#002A45 (or 0x002A45) is unknown color: approx Blue Whale. HEX triplet: 00, 2A and 45. RGB value is (0,42,69). Sum of RGB (Red+Green+Blue) = 0+42+69=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #002A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A45 is #FFD5BA. Grayscale: #202020. Windows color (decimal): -16766395 or 4532736. OLE color: 4532736.

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

Color convert

RGB04269-
CMYK10.3900.73
HSL203.48º100%13.53%-
HSV(B)203.48º100%27.06%-
XYZ1.92.095.93-
YUV32.52148.59104.8-

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) = 37.84%
BLUE value IS 69 (27.34% from 255) = 62.16%
R=0%
G=37.84%
B=62.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0426910.3900.73203.4810013.53
Hex02A456427049cb64e
Octal05210514447011131314416
Binary010101010001011100100100111010010011100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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