Html Css Color HEX #032C3F Blue Whale

📋 copy color: '#032C3F'

red 3 ◦ green 44 ◦ blue 63

#032C3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #032C3F

Tints of Blue Whale #032C3F

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

 GREEN value IS 44 (17.58% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 57.27%

R = 2.73%
G = 40%
B = 57.27%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#032C3F (or 0x032C3F) is known color: Blue Whale. HEX triplet: 03, 2C and 3F. RGB value is (3,44,63). Sum of RGB (Red+Green+Blue) = 3+44+63=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #032C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C3F is #FCD3C0. Grayscale: #212121. Windows color (decimal): -16569281 or 4140035. OLE color: 4140035.

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

Color convert

RGB 3 44 63 -
CMYK 0.95 0.30 0 0.75
HSL 199º 0.91% 0.13% -
HSV(B) 199º 0.95% 0.25% -
XYZ 1.84 2.18 5.03 -
YUV 33.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 3 44 63 0.95 0.30 0 0.75 199 0.91 0.13
Hex 3 2C 3F 5F 1E 0 4B C7 5B D
Octal 3 54 77 137 36 0 113 307 133 15
Binary 11 101100 111111 1011111 11110 0 1001011 11000111 1011011 1101

Color Harmonies of #032C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C3F

Black with #032C3F

Text Example


Text Example

White with #032C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #032C3F;
 }
 .AnyTagClassName
 {
   color: #032C3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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