Html Css Color HEX #033C8E Smalt

📋 copy color: '#033C8E'

red 3 ◦ green 60 ◦ blue 142

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

Shades of Smalt #033C8E

Tints of Smalt #033C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 69.27%

R = 1.46%
G = 29.27%
B = 69.27%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#033C8E (or 0x033C8E) is known color: Smalt. HEX triplet: 03, 3C and 8E. RGB value is (3,60,142). Sum of RGB (Red+Green+Blue) = 3+60+142=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #033C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C8E is #FCC371. Grayscale: #333333. Windows color (decimal): -16565106 or 9321475. OLE color: 9321475.

HSL color Cylindrical-coordinate representation of color #033C8E: hue angle of 215.4º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C8E is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 60 142 -
CMYK 0.98 0.58 0 0.44
HSL 215.4º 0.96% 0.28% -
HSV(B) 215.4º 0.98% 0.56% -
XYZ 6.54 5.2 26.25 -
YUV 52.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 3 60 142 0.98 0.58 0 0.44 215.4 0.96 0.28
Hex 3 3C 8E 62 3A 0 2C D7 60 1C
Octal 3 74 216 142 72 0 54 327 140 34
Binary 11 111100 10001110 1100010 111010 0 101100 11010111 1100000 11100

Color Harmonies of #033C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C8E

Black with #033C8E

Text Example


Text Example

White with #033C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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