#03218A

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

Shades of Smalt #03218A

Tints of Smalt #03218A

Color information

#03218A (or 0x03218A) is unknown color: approx Smalt. HEX triplet: 03, 21 and 8A. RGB value is (3,33,138). Sum of RGB (Red+Green+Blue) = 3+33+138=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #03218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03218A is #FCDE75. Grayscale: #232323. Windows color (decimal): -16572022 or 9052419. OLE color: 9052419.

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

Color convert

RGB333138-
CMYK0.980.7600.46
HSL226.67º95.74%27.65%-
HSV(B)226.67º97.83%54.12%-
XYZ5.172.9424.34-
YUV36185.56104.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=1.72%
G=18.97%
B=79.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3331380.980.7600.46226.6795.7427.65
Hex3218A624C02Ee3601c
Octal34121214211405634314034
Binary111000011000101011000101001100010111011100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03218A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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