Html Css Color HEX #032A48 Blue Whale

📋 copy color: '#032A48'

red 3 ◦ green 42 ◦ blue 72

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

Shades of Blue Whale #032A48

Tints of Blue Whale #032A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.9%

 BLUE value IS 72 (28.52% from 255) = 61.54%

R = 2.56%
G = 35.9%
B = 61.54%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#032A48 (or 0x032A48) is known color: Blue Whale. HEX triplet: 03, 2A and 48. RGB value is (3,42,72). Sum of RGB (Red+Green+Blue) = 3+42+72=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #032A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A48 is #FCD5B7. Grayscale: #212121. Windows color (decimal): -16569784 or 4729347. OLE color: 4729347.

HSL color Cylindrical-coordinate representation of color #032A48: hue angle of 206.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A48 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 42 72 -
CMYK 0.96 0.42 0 0.72
HSL 206.09º 0.92% 0.15% -
HSV(B) 206.09º 0.96% 0.28% -
XYZ 2.04 2.14 6.44 -
YUV 33.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 3 42 72 0.96 0.42 0 0.72 206.09 0.92 0.15
Hex 3 2A 48 60 2A 0 48 CE 5C F
Octal 3 52 110 140 52 0 110 316 134 17
Binary 11 101010 1001000 1100000 101010 0 1001000 11001110 1011100 1111

Color Harmonies of #032A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032A48

Black with #032A48

Text Example


Text Example

White with #032A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,72); }

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

background-color css

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

 a { background-color: rgb(3,42,72); }

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

border-color css

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

 span { border-color: rgb(3,42,72); }

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