Html Css Color HEX #033895 Smalt

📋 copy color: '#033895'

red 3 ◦ green 56 ◦ blue 149

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

Shades of Smalt #033895

Tints of Smalt #033895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 1.44%
G = 26.92%
B = 71.63%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033895 (or 0x033895) is known color: Smalt. HEX triplet: 03, 38 and 95. RGB value is (3,56,149). Sum of RGB (Red+Green+Blue) = 3+56+149=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #033895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033895 is #FCC76A. Grayscale: #323232. Windows color (decimal): -16566123 or 9779203. OLE color: 9779203.

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

Color convert

RGB 3 56 149 -
CMYK 0.98 0.62 0 0.42
HSL 218.22º 0.96% 0.3% -
HSV(B) 218.22º 0.98% 0.58% -
XYZ 6.88 5.02 29.04 -
YUV 50.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 3 56 149 0.98 0.62 0 0.42 218.22 0.96 0.3
Hex 3 38 95 62 3E 0 2A DA 60 1E
Octal 3 70 225 142 76 0 52 332 140 36
Binary 11 111000 10010101 1100010 111110 0 101010 11011010 1100000 11110

Color Harmonies of #033895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033895

Black with #033895

Text Example


Text Example

White with #033895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033895; }

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

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

background-color css

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

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

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

border-color css

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

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

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