Html Css Color HEX #033395 Smalt

📋 copy color: '#033395'

red 3 ◦ green 51 ◦ blue 149

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

Shades of Smalt #033395

Tints of Smalt #033395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 1.48%
G = 25.12%
B = 73.4%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033395 (or 0x033395) is known color: Smalt. HEX triplet: 03, 33 and 95. RGB value is (3,51,149). Sum of RGB (Red+Green+Blue) = 3+51+149=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #033395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033395 is #FCCC6A. Grayscale: #2F2F2F. Windows color (decimal): -16567403 or 9777923. OLE color: 9777923.

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

Color convert

RGB 3 51 149 -
CMYK 0.98 0.66 0 0.42
HSL 220.27º 0.96% 0.3% -
HSV(B) 220.27º 0.98% 0.58% -
XYZ 6.65 4.56 28.96 -
YUV 47.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 3 51 149 0.98 0.66 0 0.42 220.27 0.96 0.3
Hex 3 33 95 62 42 0 2A DC 60 1E
Octal 3 63 225 142 102 0 52 334 140 36
Binary 11 110011 10010101 1100010 1000010 0 101010 11011100 1100000 11110

Color Harmonies of #033395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033395

Black with #033395

Text Example


Text Example

White with #033395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033395; }

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

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

background-color css

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

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

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

border-color css

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

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

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