Html Css Color HEX #033199 Smalt

📋 copy color: '#033199'

red 3 ◦ green 49 ◦ blue 153

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

Shades of Smalt #033199

Tints of Smalt #033199

RGB

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

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

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

R = 1.46%
G = 23.9%
B = 74.63%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#033199 (or 0x033199) is known color: Smalt. HEX triplet: 03, 31 and 99. RGB value is (3,49,153). Sum of RGB (Red+Green+Blue) = 3+49+153=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #033199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033199 is #FCCE66. Grayscale: #2E2E2E. Windows color (decimal): -16567911 or 10039555. OLE color: 10039555.

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

Color convert

RGB 3 49 153 -
CMYK 0.98 0.68 0 0.4
HSL 221.6º 0.96% 0.31% -
HSV(B) 221.6º 0.98% 0.6% -
XYZ 6.89 4.52 30.65 -
YUV 47.1 187.76 96.54 -
System Red Green Blue C M Y K H S L
Decimal 3 49 153 0.98 0.68 0 0.4 221.6 0.96 0.31
Hex 3 31 99 62 44 0 28 DE 60 1F
Octal 3 61 231 142 104 0 50 336 140 37
Binary 11 110001 10011001 1100010 1000100 0 101000 11011110 1100000 11111

Color Harmonies of #033199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033199

Black with #033199

Text Example


Text Example

White with #033199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033199; }

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

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

background-color css

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

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

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

border-color css

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

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

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