Html Css Color HEX #032F96 Smalt

📋 copy color: '#032F96'

red 3 ◦ green 47 ◦ blue 150

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

Shades of Smalt #032F96

Tints of Smalt #032F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75%

R = 1.5%
G = 23.5%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#032F96 (or 0x032F96) is known color: Smalt. HEX triplet: 03, 2F and 96. RGB value is (3,47,150). Sum of RGB (Red+Green+Blue) = 3+47+150=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #032F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F96 is #FCD069. Grayscale: #2D2D2D. Windows color (decimal): -16568426 or 9842435. OLE color: 9842435.

HSL color Cylindrical-coordinate representation of color #032F96: hue angle of 222.04º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032F96 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 47 150 -
CMYK 0.98 0.69 0 0.41
HSL 222.04º 0.96% 0.3% -
HSV(B) 222.04º 0.98% 0.59% -
XYZ 6.56 4.25 29.33 -
YUV 45.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 3 47 150 0.98 0.69 0 0.41 222.04 0.96 0.3
Hex 3 2F 96 62 45 0 29 DE 60 1E
Octal 3 57 226 142 105 0 51 336 140 36
Binary 11 101111 10010110 1100010 1000101 0 101001 11011110 1100000 11110

Color Harmonies of #032F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F96

Black with #032F96

Text Example


Text Example

White with #032F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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