#03285A

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

Shades of Sapphire #03285A

Tints of Sapphire #03285A

Color information

#03285A (or 0x03285A) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 5A. RGB value is (3,40,90). Sum of RGB (Red+Green+Blue) = 3+40+90=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #03285A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285A is #FCD7A5. Grayscale: #222222. Windows color (decimal): -16570278 or 5908483. OLE color: 5908483.

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

Color convert

RGB34090-
CMYK0.970.5600.65
HSL214.48º93.55%18.24%-
HSV(B)214.48º96.67%35.29%-
XYZ2.642.289.97-
YUV34.64159.24105.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=2.26%
G=30.08%
B=67.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal340900.970.5600.65214.4893.5518.24
Hex3285A6138041d65e12
Octal35013214170010132613622
Binary11101000101101011000011110000100000111010110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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