#03218F

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

Shades of Smalt #03218F

Tints of Smalt #03218F

Color information

#03218F (or 0x03218F) is unknown color: approx Smalt. HEX triplet: 03, 21 and 8F. RGB value is (3,33,143). Sum of RGB (Red+Green+Blue) = 3+33+143=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #03218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218F is #FCDE70. Grayscale: #242424. Windows color (decimal): -16572017 or 9380099. OLE color: 9380099.

HSL color Cylindrical-coordinate representation of color #03218F: hue angle of 227.14º 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 #03218F is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB333143-
CMYK0.980.7700.44
HSL227.14º95.89%28.63%-
HSV(B)227.14º97.9%56.08%-
XYZ5.543.0926.29-
YUV36.57188.06104.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 143 (56.25% from 255) = 79.89%
R=1.68%
G=18.44%
B=79.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3331430.980.7700.44227.1495.8928.63
Hex3218F624D02Ce3601d
Octal34121714211505434314035
Binary111000011000111111000101001101010110011100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03218F; }

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

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

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

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

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

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

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

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