#032F4A

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

Shades of Blue Whale #032F4A

Tints of Blue Whale #032F4A

Color information

#032F4A (or 0x032F4A) is unknown color: approx Blue Whale. HEX triplet: 03, 2F and 4A. RGB value is (3,47,74). Sum of RGB (Red+Green+Blue) = 3+47+74=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #032F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F4A is #FCD0B5. Grayscale: #242424. Windows color (decimal): -16568502 or 4861699. OLE color: 4861699.

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

Color convert

RGB34774-
CMYK0.960.3600.71
HSL202.82º92.21%15.1%-
HSV(B)202.82º95.95%29.02%-
XYZ2.292.556.85-
YUV36.92148.92103.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 74 (29.30% from 255) = 59.68%
R=2.42%
G=37.90%
B=59.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal347740.960.3600.71202.8292.2115.1
Hex32F4A6024047cb5cf
Octal35711214044010731313417
Binary1110111110010101100000100100010001111100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,74); }

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

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

 a { background-color: rgb(3,47,74); }

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

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

 span { border-color: rgb(3,47,74); }

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