Html Css Color HEX #032B99 Smalt

📋 copy color: '#032B99'

red 3 ◦ green 43 ◦ blue 153

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

Shades of Smalt #032B99

Tints of Smalt #032B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.61%

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

R = 1.51%
G = 21.61%
B = 76.88%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#032B99 (or 0x032B99) is known color: Smalt. HEX triplet: 03, 2B and 99. RGB value is (3,43,153). Sum of RGB (Red+Green+Blue) = 3+43+153=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #032B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B99 is #FCD466. Grayscale: #2B2B2B. Windows color (decimal): -16569447 or 10038019. OLE color: 10038019.

HSL color Cylindrical-coordinate representation of color #032B99: hue angle of 224º 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 #032B99 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 43 153 -
CMYK 0.98 0.72 0 0.4
HSL 224º 0.96% 0.31% -
HSV(B) 224º 0.98% 0.6% -
XYZ 6.65 4.05 30.57 -
YUV 43.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 3 43 153 0.98 0.72 0 0.4 224 0.96 0.31
Hex 3 2B 99 62 48 0 28 E0 60 1F
Octal 3 53 231 142 110 0 50 340 140 37
Binary 11 101011 10011001 1100010 1001000 0 101000 11100000 1100000 11111

Color Harmonies of #032B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B99

Black with #032B99

Text Example


Text Example

White with #032B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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