Html Css Color HEX #033C95 Smalt

📋 copy color: '#033C95'

red 3 ◦ green 60 ◦ blue 149

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

Shades of Smalt #033C95

Tints of Smalt #033C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

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

R = 1.42%
G = 28.3%
B = 70.28%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#033C95 (or 0x033C95) is known color: Smalt. HEX triplet: 03, 3C and 95. RGB value is (3,60,149). Sum of RGB (Red+Green+Blue) = 3+60+149=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #033C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C95 is #FCC36A. Grayscale: #343434. Windows color (decimal): -16565099 or 9780227. OLE color: 9780227.

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

Color convert

RGB 3 60 149 -
CMYK 0.98 0.60 0 0.42
HSL 216.58º 0.96% 0.3% -
HSV(B) 216.58º 0.98% 0.58% -
XYZ 7.08 5.42 29.11 -
YUV 53.1 182.12 92.26 -
System Red Green Blue C M Y K H S L
Decimal 3 60 149 0.98 0.60 0 0.42 216.58 0.96 0.3
Hex 3 3C 95 62 3C 0 2A D9 60 1E
Octal 3 74 225 142 74 0 52 331 140 36
Binary 11 111100 10010101 1100010 111100 0 101010 11011001 1100000 11110

Color Harmonies of #033C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C95

Black with #033C95

Text Example


Text Example

White with #033C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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