#03205E

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

Shades of Sapphire #03205E

Tints of Sapphire #03205E

Color information

#03205E (or 0x03205E) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 5E. RGB value is (3,32,94). Sum of RGB (Red+Green+Blue) = 3+32+94=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #03205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03205E is #FCDFA1. Grayscale: #1E1E1E. Windows color (decimal): -16572322 or 6168579. OLE color: 6168579.

HSL color Cylindrical-coordinate representation of color #03205E: hue angle of 220.88º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03205E is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33294-
CMYK0.970.6600.63
HSL220.88º93.81%19.02%-
HSV(B)220.88º96.81%36.86%-
XYZ2.571.8610.81-
YUV30.4163.89108.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 94 (37.11% from 255) = 72.87%
R=2.33%
G=24.81%
B=72.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal332940.970.6600.63220.8893.8119.02
Hex3205E614203Fdd5e13
Octal34013614110207733513623
Binary11100000101111011000011000010011111111011101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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