#032A48

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

Shades of Blue Whale #032A48

Tints of Blue Whale #032A48

Color information

#032A48 (or 0x032A48) is unknown color: approx Blue Whale. HEX triplet: 03, 2A and 48. RGB value is (3,42,72). Sum of RGB (Red+Green+Blue) = 3+42+72=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #032A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A48 is #FCD5B7. Grayscale: #212121. Windows color (decimal): -16569784 or 4729347. OLE color: 4729347.

HSL color Cylindrical-coordinate representation of color #032A48: hue angle of 206.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A48 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB34272-
CMYK0.960.4200.72
HSL206.09º92%14.71%-
HSV(B)206.09º95.83%28.24%-
XYZ2.042.146.44-
YUV33.76149.58106.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=2.56%
G=35.90%
B=61.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal342720.960.4200.72206.099214.71
Hex32A48602A048ce5cf
Octal35211014052011031613417
Binary1110101010010001100000101010010010001100111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032A48; }

 p { color: rgb(3,42,72); }

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

<style>
 a { background-color: #032A48; }

 a { background-color: rgb(3,42,72); }

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

<style>
 span { border-color: #032A48; }

 span { border-color: rgb(3,42,72); }

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