Html Css Color HEX #033291 Smalt

📋 copy color: '#033291'

red 3 ◦ green 50 ◦ blue 145

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

Shades of Smalt #033291

Tints of Smalt #033291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 1.52%
G = 25.25%
B = 73.23%

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

#033291 (or 0x033291) is known color: Smalt. HEX triplet: 03, 32 and 91. RGB value is (3,50,145). Sum of RGB (Red+Green+Blue) = 3+50+145=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #033291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033291 is #FCCD6E. Grayscale: #2E2E2E. Windows color (decimal): -16567663 or 9515523. OLE color: 9515523.

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

Color convert

RGB 3 50 145 -
CMYK 0.98 0.66 0 0.43
HSL 220.14º 0.96% 0.29% -
HSV(B) 220.14º 0.98% 0.57% -
XYZ 6.29 4.34 27.3 -
YUV 46.78 183.43 96.78 -
System Red Green Blue C M Y K H S L
Decimal 3 50 145 0.98 0.66 0 0.43 220.14 0.96 0.29
Hex 3 32 91 62 42 0 2B DC 60 1D
Octal 3 62 221 142 102 0 53 334 140 35
Binary 11 110010 10010001 1100010 1000010 0 101011 11011100 1100000 11101

Color Harmonies of #033291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033291

Black with #033291

Text Example


Text Example

White with #033291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033291; }

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

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

background-color css

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

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

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

border-color css

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

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

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