Html Css Color HEX #032F99 Smalt

📋 copy color: '#032F99'

red 3 ◦ green 47 ◦ blue 153

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

Shades of Smalt #032F99

Tints of Smalt #032F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 75.37%

R = 1.48%
G = 23.15%
B = 75.37%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#032F99 (or 0x032F99) is known color: Smalt. HEX triplet: 03, 2F and 99. RGB value is (3,47,153). Sum of RGB (Red+Green+Blue) = 3+47+153=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #032F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F99 is #FCD066. Grayscale: #2D2D2D. Windows color (decimal): -16568423 or 10039043. OLE color: 10039043.

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

Color convert

RGB 3 47 153 -
CMYK 0.98 0.69 0 0.4
HSL 222.4º 0.96% 0.31% -
HSV(B) 222.4º 0.98% 0.6% -
XYZ 6.8 4.35 30.62 -
YUV 45.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 3 47 153 0.98 0.69 0 0.4 222.4 0.96 0.31
Hex 3 2F 99 62 45 0 28 DE 60 1F
Octal 3 57 231 142 105 0 50 336 140 37
Binary 11 101111 10011001 1100010 1000101 0 101000 11011110 1100000 11111

Color Harmonies of #032F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F99

Black with #032F99

Text Example


Text Example

White with #032F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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