#03215A

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

Shades of Sapphire #03215A

Tints of Sapphire #03215A

Color information

#03215A (or 0x03215A) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 5A. RGB value is (3,33,90). Sum of RGB (Red+Green+Blue) = 3+33+90=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #03215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03215A is #FCDEA5. Grayscale: #1E1E1E. Windows color (decimal): -16572070 or 5906691. OLE color: 5906691.

HSL color Cylindrical-coordinate representation of color #03215A: hue angle of 219.31º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03215A is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33390-
CMYK0.970.6300.65
HSL219.31º93.55%18.24%-
HSV(B)219.31º96.67%35.29%-
XYZ2.431.859.9-
YUV30.53161.56108.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 90 (35.55% from 255) = 71.43%
R=2.38%
G=26.19%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal333900.970.6300.65219.3193.5518.24
Hex3215A613F041db5e12
Octal34113214177010133313622
Binary11100001101101011000011111110100000111011011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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