Html Css Color HEX #032F85 Smalt

📋 copy color: '#032F85'

red 3 ◦ green 47 ◦ blue 133

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

Shades of Smalt #032F85

Tints of Smalt #032F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 72.68%

R = 1.64%
G = 25.68%
B = 72.68%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032F85 (or 0x032F85) is known color: Smalt. HEX triplet: 03, 2F and 85. RGB value is (3,47,133). Sum of RGB (Red+Green+Blue) = 3+47+133=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #032F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F85 is #FCD07A. Grayscale: #2B2B2B. Windows color (decimal): -16568443 or 8728323. OLE color: 8728323.

HSL color Cylindrical-coordinate representation of color #032F85: hue angle of 219.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032F85 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 47 133 -
CMYK 0.98 0.65 0 0.48
HSL 219.69º 0.96% 0.27% -
HSV(B) 219.69º 0.98% 0.52% -
XYZ 5.29 3.75 22.63 -
YUV 43.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 3 47 133 0.98 0.65 0 0.48 219.69 0.96 0.27
Hex 3 2F 85 62 41 0 30 DC 60 1B
Octal 3 57 205 142 101 0 60 334 140 33
Binary 11 101111 10000101 1100010 1000001 0 110000 11011100 1100000 11011

Color Harmonies of #032F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F85

Black with #032F85

Text Example


Text Example

White with #032F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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