Html Css Color HEX #033391 Smalt

📋 copy color: '#033391'

red 3 ◦ green 51 ◦ blue 145

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

Shades of Smalt #033391

Tints of Smalt #033391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

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

R = 1.51%
G = 25.63%
B = 72.86%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#033391 (or 0x033391) is known color: Smalt. HEX triplet: 03, 33 and 91. RGB value is (3,51,145). Sum of RGB (Red+Green+Blue) = 3+51+145=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #033391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033391 is #FCCC6E. Grayscale: #2E2E2E. Windows color (decimal): -16567407 or 9515779. OLE color: 9515779.

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

Color convert

RGB 3 51 145 -
CMYK 0.98 0.65 0 0.43
HSL 219.72º 0.96% 0.29% -
HSV(B) 219.72º 0.98% 0.57% -
XYZ 6.33 4.43 27.31 -
YUV 47.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 3 51 145 0.98 0.65 0 0.43 219.72 0.96 0.29
Hex 3 33 91 62 41 0 2B DC 60 1D
Octal 3 63 221 142 101 0 53 334 140 35
Binary 11 110011 10010001 1100010 1000001 0 101011 11011100 1100000 11101

Color Harmonies of #033391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033391

Black with #033391

Text Example


Text Example

White with #033391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033391; }

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

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

background-color css

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

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

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

border-color css

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

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

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