#033F8F

Color #033F8F Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #033F8F

Tints of Smalt #033F8F

Color information

#033F8F (or 0x033F8F) is unknown color: approx Smalt. HEX triplet: 03, 3F and 8F. RGB value is (3,63,143). Sum of RGB (Red+Green+Blue) = 3+63+143=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #033F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F8F is #FCC070. Grayscale: #353535. Windows color (decimal): -16564337 or 9387779. OLE color: 9387779.

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

Color convert

RGB363143-
CMYK0.980.5600.44
HSL214.29º95.89%28.63%-
HSV(B)214.29º97.9%56.08%-
XYZ6.775.5626.7-
YUV54.18178.1291.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 143 (56.25% from 255) = 68.42%
R=1.44%
G=30.14%
B=68.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3631430.980.5600.44214.2995.8928.63
Hex33F8F623802Cd6601d
Octal3772171427005432614035
Binary11111111100011111100010111000010110011010110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #033F8F;
 }
 .AnyTagClassName
 {
   color: #033F8F;
 }
</style>
background-color css

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

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

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

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

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

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