Html Css Color HEX #033195 Smalt

📋 copy color: '#033195'

red 3 ◦ green 49 ◦ blue 149

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

Shades of Smalt #033195

Tints of Smalt #033195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 1.49%
G = 24.38%
B = 74.13%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033195 (or 0x033195) is known color: Smalt. HEX triplet: 03, 31 and 95. RGB value is (3,49,149). Sum of RGB (Red+Green+Blue) = 3+49+149=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #033195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033195 is #FCCE6A. Grayscale: #2E2E2E. Windows color (decimal): -16567915 or 9777411. OLE color: 9777411.

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

Color convert

RGB 3 49 149 -
CMYK 0.98 0.67 0 0.42
HSL 221.1º 0.96% 0.3% -
HSV(B) 221.1º 0.98% 0.58% -
XYZ 6.56 4.39 28.93 -
YUV 46.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 3 49 149 0.98 0.67 0 0.42 221.1 0.96 0.3
Hex 3 31 95 62 43 0 2A DD 60 1E
Octal 3 61 225 142 103 0 52 335 140 36
Binary 11 110001 10010101 1100010 1000011 0 101010 11011101 1100000 11110

Color Harmonies of #033195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033195

Black with #033195

Text Example


Text Example

White with #033195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033195; }

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

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

background-color css

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

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

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

border-color css

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

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

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