#032C41

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

Shades of Blue Whale #032C41

Tints of Blue Whale #032C41

Color information

#032C41 (or 0x032C41) is unknown color: approx Blue Whale. HEX triplet: 03, 2C and 41. RGB value is (3,44,65). Sum of RGB (Red+Green+Blue) = 3+44+65=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #032C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C41 is #FCD3BE. Grayscale: #222222. Windows color (decimal): -16569279 or 4271107. OLE color: 4271107.

HSL color Cylindrical-coordinate representation of color #032C41: hue angle of 200.32º 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 #032C41 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34465-
CMYK0.950.3200.75
HSL200.32º91.18%13.33%-
HSV(B)200.32º95.38%25.49%-
XYZ1.892.25.33-
YUV34.14145.42105.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=2.68%
G=39.29%
B=58.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal344650.950.3200.75200.3291.1813.33
Hex32C415F2004Bc85bd
Octal35410113740011331013315
Binary1110110010000011011111100000010010111100100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,65); }

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

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

 a { background-color: rgb(3,44,65); }

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

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

 span { border-color: rgb(3,44,65); }

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