#032F4B

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

Shades of Blue Whale #032F4B

Tints of Blue Whale #032F4B

Color information

#032F4B (or 0x032F4B) is unknown color: approx Blue Whale. HEX triplet: 03, 2F and 4B. RGB value is (3,47,75). Sum of RGB (Red+Green+Blue) = 3+47+75=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #032F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F4B is #FCD0B4. Grayscale: #242424. Windows color (decimal): -16568501 or 4927235. OLE color: 4927235.

HSL color Cylindrical-coordinate representation of color #032F4B: hue angle of 203.33º 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 #032F4B is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB34775-
CMYK0.960.3700.71
HSL203.33º92.31%15.29%-
HSV(B)203.33º96%29.41%-
XYZ2.322.567.03-
YUV37.04149.42103.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 47 (18.75% from 255) = 37.6%
BLUE value IS 75 (29.69% from 255) = 60%
R=2.4%
G=37.6%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal347750.960.3700.71203.3392.3115.29
Hex32F4B6025047cb5cf
Octal35711314045010731313417
Binary1110111110010111100000100101010001111100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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