Html Css Color HEX #033297 Smalt

📋 copy color: '#033297'

red 3 ◦ green 50 ◦ blue 151

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

Shades of Smalt #033297

Tints of Smalt #033297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 74.02%

R = 1.47%
G = 24.51%
B = 74.02%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#033297 (or 0x033297) is known color: Smalt. HEX triplet: 03, 32 and 97. RGB value is (3,50,151). Sum of RGB (Red+Green+Blue) = 3+50+151=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #033297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033297 is #FCCD68. Grayscale: #2F2F2F. Windows color (decimal): -16567657 or 9908739. OLE color: 9908739.

HSL color Cylindrical-coordinate representation of color #033297: hue angle of 220.95º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033297 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 50 151 -
CMYK 0.98 0.67 0 0.41
HSL 220.95º 0.96% 0.3% -
HSV(B) 220.95º 0.98% 0.59% -
XYZ 6.76 4.53 29.8 -
YUV 47.46 186.43 96.29 -
System Red Green Blue C M Y K H S L
Decimal 3 50 151 0.98 0.67 0 0.41 220.95 0.96 0.3
Hex 3 32 97 62 43 0 29 DD 60 1E
Octal 3 62 227 142 103 0 51 335 140 36
Binary 11 110010 10010111 1100010 1000011 0 101001 11011101 1100000 11110

Color Harmonies of #033297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033297

Black with #033297

Text Example


Text Example

White with #033297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033297; }

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

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

background-color css

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

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

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

border-color css

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

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

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