Html Css Color HEX #033C9E Smalt

📋 copy color: '#033C9E'

red 3 ◦ green 60 ◦ blue 158

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

Shades of Smalt #033C9E

Tints of Smalt #033C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 71.49%

R = 1.36%
G = 27.15%
B = 71.49%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#033C9E (or 0x033C9E) is known color: Smalt. HEX triplet: 03, 3C and 9E. RGB value is (3,60,158). Sum of RGB (Red+Green+Blue) = 3+60+158=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #033C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C9E is #FCC361. Grayscale: #353535. Windows color (decimal): -16565090 or 10370051. OLE color: 10370051.

HSL color Cylindrical-coordinate representation of color #033C9E: hue angle of 217.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C9E is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 3 60 158 -
CMYK 0.98 0.62 0 0.38
HSL 217.94º 0.96% 0.32% -
HSV(B) 217.94º 0.98% 0.62% -
XYZ 7.82 5.72 33.04 -
YUV 54.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 3 60 158 0.98 0.62 0 0.38 217.94 0.96 0.32
Hex 3 3C 9E 62 3E 0 26 DA 60 20
Octal 3 74 236 142 76 0 46 332 140 40
Binary 11 111100 10011110 1100010 111110 0 100110 11011010 1100000 100000

Color Harmonies of #033C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C9E

Black with #033C9E

Text Example


Text Example

White with #033C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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