#033386

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

Shades of Smalt #033386

Tints of Smalt #033386

Color information

#033386 (or 0x033386) is unknown color: approx Smalt. HEX triplet: 03, 33 and 86. RGB value is (3,51,134). Sum of RGB (Red+Green+Blue) = 3+51+134=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #033386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033386 is #FCCC79. Grayscale: #2D2D2D. Windows color (decimal): -16567418 or 8794883. OLE color: 8794883.

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

Color convert

RGB351134-
CMYK0.980.6200.47
HSL218.02º95.62%26.86%-
HSV(B)218.02º97.76%52.55%-
XYZ5.524.1123.06-
YUV46.11177.697.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=1.60%
G=27.13%
B=71.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3511340.980.6200.47218.0295.6226.86
Hex33386623E02Fda601b
Octal3632061427605733214033
Binary11110011100001101100010111110010111111011010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033386; }

 p { color: rgb(3,51,134); }

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

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

 a { background-color: rgb(3,51,134); }

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

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

 span { border-color: rgb(3,51,134); }

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