#032D3F

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

Shades of Blue Whale #032D3F

Tints of Blue Whale #032D3F

Color information

#032D3F (or 0x032D3F) is unknown color: approx Blue Whale. HEX triplet: 03, 2D and 3F. RGB value is (3,45,63). Sum of RGB (Red+Green+Blue) = 3+45+63=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #032D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D3F is #FCD2C0. Grayscale: #222222. Windows color (decimal): -16569025 or 4140291. OLE color: 4140291.

HSL color Cylindrical-coordinate representation of color #032D3F: hue angle of 198º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032D3F is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34563-
CMYK0.950.2900.75
HSL198º90.91%12.94%-
HSV(B)198º95.24%24.71%-
XYZ1.872.265.04-
YUV34.49144.09105.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 45 (17.97% from 255) = 40.54%
BLUE value IS 63 (25% from 255) = 56.76%
R=2.70%
G=40.54%
B=56.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal345630.950.2900.7519890.9112.94
Hex32D3F5F1D04Bc65bd
Octal3557713735011330613315
Binary11101101111111101111111101010010111100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,63); }

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

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

 a { background-color: rgb(3,45,63); }

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

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

 span { border-color: rgb(3,45,63); }

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