#03218D

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

Shades of Smalt #03218D

Tints of Smalt #03218D

Color information

#03218D (or 0x03218D) is unknown color: approx Smalt. HEX triplet: 03, 21 and 8D. RGB value is (3,33,141). Sum of RGB (Red+Green+Blue) = 3+33+141=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #03218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218D is #FCDE72. Grayscale: #232323. Windows color (decimal): -16572019 or 9249027. OLE color: 9249027.

HSL color Cylindrical-coordinate representation of color #03218D: hue angle of 226.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03218D is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB333141-
CMYK0.980.7700.45
HSL226.96º95.83%28.24%-
HSV(B)226.96º97.87%55.29%-
XYZ5.393.0325.5-
YUV36.34187.06104.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 141 (55.47% from 255) = 79.66%
R=1.69%
G=18.64%
B=79.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3331410.980.7700.45226.9695.8328.24
Hex3218D624D02De3601c
Octal34121514211505534314034
Binary111000011000110111000101001101010110111100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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