#03286F

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

Shades of Sapphire #03286F

Tints of Sapphire #03286F

Color information

#03286F (or 0x03286F) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 6F. RGB value is (3,40,111). Sum of RGB (Red+Green+Blue) = 3+40+111=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #03286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03286F is #FCD790. Grayscale: #242424. Windows color (decimal): -16570257 or 7284739. OLE color: 7284739.

HSL color Cylindrical-coordinate representation of color #03286F: hue angle of 219.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03286F is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB340111-
CMYK0.970.6400.56
HSL219.44º94.74%22.35%-
HSV(B)219.44º97.3%43.53%-
XYZ3.672.6815.36-
YUV37.03169.74103.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 111 (43.75% from 255) = 72.08%
R=1.95%
G=25.97%
B=72.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3401110.970.6400.56219.4494.7422.35
Hex3286F6140038db5f16
Octal35015714110007033313726
Binary11101000110111111000011000000011100011011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03286F; }

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

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

<style>
 a { background-color: #03286F; }

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

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

<style>
 span { border-color: #03286F; }

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

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