Html Css Color HEX #033299 Smalt

📋 copy color: '#033299'

red 3 ◦ green 50 ◦ blue 153

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

Shades of Smalt #033299

Tints of Smalt #033299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 1.46%
G = 24.27%
B = 74.27%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#033299 (or 0x033299) is known color: Smalt. HEX triplet: 03, 32 and 99. RGB value is (3,50,153). Sum of RGB (Red+Green+Blue) = 3+50+153=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #033299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033299 is #FCCD66. Grayscale: #2F2F2F. Windows color (decimal): -16567655 or 10039811. OLE color: 10039811.

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

Color convert

RGB 3 50 153 -
CMYK 0.98 0.67 0 0.4
HSL 221.2º 0.96% 0.31% -
HSV(B) 221.2º 0.98% 0.6% -
XYZ 6.93 4.6 30.66 -
YUV 47.69 187.43 96.12 -
System Red Green Blue C M Y K H S L
Decimal 3 50 153 0.98 0.67 0 0.4 221.2 0.96 0.31
Hex 3 32 99 62 43 0 28 DD 60 1F
Octal 3 62 231 142 103 0 50 335 140 37
Binary 11 110010 10011001 1100010 1000011 0 101000 11011101 1100000 11111

Color Harmonies of #033299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033299

Black with #033299

Text Example


Text Example

White with #033299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033299; }

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

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

background-color css

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

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

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

border-color css

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

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

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