#03205A

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

Shades of Sapphire #03205A

Tints of Sapphire #03205A

Color information

#03205A (or 0x03205A) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 5A. RGB value is (3,32,90). Sum of RGB (Red+Green+Blue) = 3+32+90=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #03205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03205A is #FCDFA5. Grayscale: #1D1D1D. Windows color (decimal): -16572326 or 5906435. OLE color: 5906435.

HSL color Cylindrical-coordinate representation of color #03205A: hue angle of 220º 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 #03205A is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33290-
CMYK0.970.6400.65
HSL220º93.55%18.24%-
HSV(B)220º96.67%35.29%-
XYZ2.41.799.89-
YUV29.94161.89108.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 90 (35.55% from 255) = 72%
R=2.4%
G=25.6%
B=72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal332900.970.6400.6522093.5518.24
Hex3205A6140041dc5e12
Octal340132141100010133413622
Binary111000001011010110000110000000100000111011100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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