Html Css Color HEX #033191 Smalt

📋 copy color: '#033191'

red 3 ◦ green 49 ◦ blue 145

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

Shades of Smalt #033191

Tints of Smalt #033191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 1.52%
G = 24.87%
B = 73.6%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#033191 (or 0x033191) is known color: Smalt. HEX triplet: 03, 31 and 91. RGB value is (3,49,145). Sum of RGB (Red+Green+Blue) = 3+49+145=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #033191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033191 is #FCCE6E. Grayscale: #2D2D2D. Windows color (decimal): -16567919 or 9515267. OLE color: 9515267.

HSL color Cylindrical-coordinate representation of color #033191: hue angle of 220.56º 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 #033191 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 49 145 -
CMYK 0.98 0.66 0 0.43
HSL 220.56º 0.96% 0.29% -
HSV(B) 220.56º 0.98% 0.57% -
XYZ 6.25 4.26 27.28 -
YUV 46.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 3 49 145 0.98 0.66 0 0.43 220.56 0.96 0.29
Hex 3 31 91 62 42 0 2B DD 60 1D
Octal 3 61 221 142 102 0 53 335 140 35
Binary 11 110001 10010001 1100010 1000010 0 101011 11011101 1100000 11101

Color Harmonies of #033191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033191

Black with #033191

Text Example


Text Example

White with #033191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033191; }

 p { color: rgb(3,49,145); }

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

background-color css

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

 a { background-color: rgb(3,49,145); }

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

border-color css

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

 span { border-color: rgb(3,49,145); }

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