Html Css Color HEX #032E49 Blue Whale

📋 copy color: '#032E49'

red 3 ◦ green 46 ◦ blue 73

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

Shades of Blue Whale #032E49

Tints of Blue Whale #032E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.7%

 BLUE value IS 73 (28.91% from 255) = 59.84%

R = 2.46%
G = 37.7%
B = 59.84%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#032E49 (or 0x032E49) is known color: Blue Whale. HEX triplet: 03, 2E and 49. RGB value is (3,46,73). Sum of RGB (Red+Green+Blue) = 3+46+73=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #032E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E49 is #FCD1B6. Grayscale: #242424. Windows color (decimal): -16568759 or 4795907. OLE color: 4795907.

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

Color convert

RGB 3 46 73 -
CMYK 0.96 0.37 0 0.71
HSL 203.14º 0.92% 0.15% -
HSV(B) 203.14º 0.96% 0.29% -
XYZ 2.22 2.45 6.66 -
YUV 36.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 3 46 73 0.96 0.37 0 0.71 203.14 0.92 0.15
Hex 3 2E 49 60 25 0 47 CB 5C F
Octal 3 56 111 140 45 0 107 313 134 17
Binary 11 101110 1001001 1100000 100101 0 1000111 11001011 1011100 1111

Color Harmonies of #032E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E49

Black with #032E49

Text Example


Text Example

White with #032E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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