#03285E

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

Shades of Sapphire #03285E

Tints of Sapphire #03285E

Color information

#03285E (or 0x03285E) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 5E. RGB value is (3,40,94). Sum of RGB (Red+Green+Blue) = 3+40+94=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #03285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285E is #FCD7A1. Grayscale: #222222. Windows color (decimal): -16570274 or 6170627. OLE color: 6170627.

HSL color Cylindrical-coordinate representation of color #03285E: hue angle of 215.6º 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 #03285E is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB34094-
CMYK0.970.5700.63
HSL215.6º93.81%19.02%-
HSV(B)215.6º96.81%36.86%-
XYZ2.822.3510.89-
YUV35.09161.24105.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 94 (37.11% from 255) = 68.61%
R=2.19%
G=29.20%
B=68.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal340940.970.5700.63215.693.8119.02
Hex3285E613903Fd85e13
Octal3501361417107733013623
Binary1110100010111101100001111001011111111011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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