#032E3C

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

Shades of Blue Whale #032E3C

Tints of Blue Whale #032E3C

Color information

#032E3C (or 0x032E3C) is unknown color: approx Blue Whale. HEX triplet: 03, 2E and 3C. RGB value is (3,46,60). Sum of RGB (Red+Green+Blue) = 3+46+60=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #032E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3C is #FCD1C3. Grayscale: #222222. Windows color (decimal): -16568772 or 3943939. OLE color: 3943939.

HSL color Cylindrical-coordinate representation of color #032E3C: hue angle of 194.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032E3C is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB34660-
CMYK0.950.2300.76
HSL194.74º90.48%12.35%-
HSV(B)194.74º95%23.53%-
XYZ1.832.34.62-
YUV34.74142.25105.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 60 (23.83% from 255) = 55.05%
R=2.75%
G=42.20%
B=55.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal346600.950.2300.76194.7490.4812.35
Hex32E3C5F1704Cc35ac
Octal3567413727011430313214
Binary11101110111100101111110111010011001100001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,46,60); }

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

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

 a { background-color: rgb(3,46,60); }

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

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

 span { border-color: rgb(3,46,60); }

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