Html Css Color HEX #032F4B Blue Whale

📋 copy color: '#032F4B'

red 3 ◦ green 47 ◦ blue 75

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

Shades of Blue Whale #032F4B

Tints of Blue Whale #032F4B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.6%

 BLUE value IS 75 (29.69% from 255) = 60%

R = 2.4%
G = 37.6%
B = 60%

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

#032F4B (or 0x032F4B) is known color: Blue Whale. HEX triplet: 03, 2F and 4B. RGB value is (3,47,75). Sum of RGB (Red+Green+Blue) = 3+47+75=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #032F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F4B is #FCD0B4. Grayscale: #242424. Windows color (decimal): -16568501 or 4927235. OLE color: 4927235.

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

Color convert

RGB 3 47 75 -
CMYK 0.96 0.37 0 0.71
HSL 203.33º 0.92% 0.15% -
HSV(B) 203.33º 0.96% 0.29% -
XYZ 2.32 2.56 7.03 -
YUV 37.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 3 47 75 0.96 0.37 0 0.71 203.33 0.92 0.15
Hex 3 2F 4B 60 25 0 47 CB 5C F
Octal 3 57 113 140 45 0 107 313 134 17
Binary 11 101111 1001011 1100000 100101 0 1000111 11001011 1011100 1111

Color Harmonies of #032F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F4B

Black with #032F4B

Text Example


Text Example

White with #032F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,47,75); }

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

background-color css

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

 a { background-color: rgb(3,47,75); }

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

border-color css

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

 span { border-color: rgb(3,47,75); }

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