Html Css Color HEX #033C96 Smalt

📋 copy color: '#033C96'

red 3 ◦ green 60 ◦ blue 150

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

Shades of Smalt #033C96

Tints of Smalt #033C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 70.42%

R = 1.41%
G = 28.17%
B = 70.42%

CMYK

 C value IS 0.98

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#033C96 (or 0x033C96) is known color: Smalt. HEX triplet: 03, 3C and 96. RGB value is (3,60,150). Sum of RGB (Red+Green+Blue) = 3+60+150=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #033C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C96 is #FCC369. Grayscale: #343434. Windows color (decimal): -16565098 or 9845763. OLE color: 9845763.

HSL color Cylindrical-coordinate representation of color #033C96: hue angle of 216.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C96 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 60 150 -
CMYK 0.98 0.6 0 0.41
HSL 216.73º 0.96% 0.3% -
HSV(B) 216.73º 0.98% 0.59% -
XYZ 7.16 5.45 29.53 -
YUV 53.22 182.62 92.18 -
System Red Green Blue C M Y K H S L
Decimal 3 60 150 0.98 0.6 0 0.41 216.73 0.96 0.3
Hex 3 3C 96 62 3C 0 29 D9 60 1E
Octal 3 74 226 142 74 0 51 331 140 36
Binary 11 111100 10010110 1100010 111100 0 101001 11011001 1100000 11110

Color Harmonies of #033C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C96

Black with #033C96

Text Example


Text Example

White with #033C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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