Html Css Color HEX #033F9E Smalt

📋 copy color: '#033F9E'

red 3 ◦ green 63 ◦ blue 158

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

Shades of Smalt #033F9E

Tints of Smalt #033F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

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

R = 1.34%
G = 28.13%
B = 70.54%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#033F9E (or 0x033F9E) is known color: Smalt. HEX triplet: 03, 3F and 9E. RGB value is (3,63,158). Sum of RGB (Red+Green+Blue) = 3+63+158=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #033F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F9E is #FCC061. Grayscale: #373737. Windows color (decimal): -16564322 or 10370819. OLE color: 10370819.

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

Color convert

RGB 3 63 158 -
CMYK 0.98 0.60 0 0.38
HSL 216.77º 0.96% 0.32% -
HSV(B) 216.77º 0.98% 0.62% -
XYZ 7.99 6.04 33.09 -
YUV 55.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 3 63 158 0.98 0.60 0 0.38 216.77 0.96 0.32
Hex 3 3F 9E 62 3C 0 26 D9 60 20
Octal 3 77 236 142 74 0 46 331 140 40
Binary 11 111111 10011110 1100010 111100 0 100110 11011001 1100000 100000

Color Harmonies of #033F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F9E

Black with #033F9E

Text Example


Text Example

White with #033F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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