Html Css Color HEX #033F9F Smalt

📋 copy color: '#033F9F'

red 3 ◦ green 63 ◦ blue 159

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

Shades of Smalt #033F9F

Tints of Smalt #033F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.67%

R = 1.33%
G = 28%
B = 70.67%

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

#033F9F (or 0x033F9F) is known color: Smalt. HEX triplet: 03, 3F and 9F. RGB value is (3,63,159). Sum of RGB (Red+Green+Blue) = 3+63+159=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #033F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F9F is #FCC060. Grayscale: #373737. Windows color (decimal): -16564321 or 10436355. OLE color: 10436355.

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

Color convert

RGB 3 63 159 -
CMYK 0.98 0.60 0 0.38
HSL 216.92º 0.96% 0.32% -
HSV(B) 216.92º 0.98% 0.62% -
XYZ 8.07 6.08 33.55 -
YUV 56 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 3 63 159 0.98 0.60 0 0.38 216.92 0.96 0.32
Hex 3 3F 9F 62 3C 0 26 D9 60 20
Octal 3 77 237 142 74 0 46 331 140 40
Binary 11 111111 10011111 1100010 111100 0 100110 11011001 1100000 100000

Color Harmonies of #033F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F9F

Black with #033F9F

Text Example


Text Example

White with #033F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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