Html Css Color HEX #032B92 Smalt

📋 copy color: '#032B92'

red 3 ◦ green 43 ◦ blue 146

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

Shades of Smalt #032B92

Tints of Smalt #032B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.04%

R = 1.56%
G = 22.4%
B = 76.04%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032B92 (or 0x032B92) is known color: Smalt. HEX triplet: 03, 2B and 92. RGB value is (3,43,146). Sum of RGB (Red+Green+Blue) = 3+43+146=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #032B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032B92 is #FCD46D. Grayscale: #2A2A2A. Windows color (decimal): -16569454 or 9579267. OLE color: 9579267.

HSL color Cylindrical-coordinate representation of color #032B92: hue angle of 223.22º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032B92 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 43 146 -
CMYK 0.98 0.71 0 0.43
HSL 223.22º 0.96% 0.29% -
HSV(B) 223.22º 0.98% 0.57% -
XYZ 6.09 3.82 27.61 -
YUV 42.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 3 43 146 0.98 0.71 0 0.43 223.22 0.96 0.29
Hex 3 2B 92 62 47 0 2B DF 60 1D
Octal 3 53 222 142 107 0 53 337 140 35
Binary 11 101011 10010010 1100010 1000111 0 101011 11011111 1100000 11101

Color Harmonies of #032B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B92

Black with #032B92

Text Example


Text Example

White with #032B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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