Html Css Color HEX #032949 Blue Whale

📋 copy color: '#032949'

red 3 ◦ green 41 ◦ blue 73

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

Shades of Blue Whale #032949

Tints of Blue Whale #032949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.04%

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

R = 2.56%
G = 35.04%
B = 62.39%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#032949 (or 0x032949) is known color: Blue Whale. HEX triplet: 03, 29 and 49. RGB value is (3,41,73). Sum of RGB (Red+Green+Blue) = 3+41+73=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #032949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032949 is #FCD6B6. Grayscale: #212121. Windows color (decimal): -16570039 or 4794627. OLE color: 4794627.

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

Color convert

RGB 3 41 73 -
CMYK 0.96 0.44 0 0.71
HSL 207.43º 0.92% 0.15% -
HSV(B) 207.43º 0.96% 0.29% -
XYZ 2.03 2.09 6.6 -
YUV 33.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 3 41 73 0.96 0.44 0 0.71 207.43 0.92 0.15
Hex 3 29 49 60 2C 0 47 CF 5C F
Octal 3 51 111 140 54 0 107 317 134 17
Binary 11 101001 1001001 1100000 101100 0 1000111 11001111 1011100 1111

Color Harmonies of #032949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032949

Black with #032949

Text Example


Text Example

White with #032949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032949; }

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

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

background-color css

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

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

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

border-color css

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

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

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