#03286D

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

Shades of Sapphire #03286D

Tints of Sapphire #03286D

Color information

#03286D (or 0x03286D) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 6D. RGB value is (3,40,109). Sum of RGB (Red+Green+Blue) = 3+40+109=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #03286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03286D is #FCD792. Grayscale: #242424. Windows color (decimal): -16570259 or 7153667. OLE color: 7153667.

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

Color convert

RGB340109-
CMYK0.970.6300.57
HSL219.06º94.64%21.96%-
HSV(B)219.06º97.25%42.75%-
XYZ3.562.6414.79-
YUV36.8168.74103.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 109 (42.97% from 255) = 71.71%
R=1.97%
G=26.32%
B=71.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3401090.970.6300.57219.0694.6421.96
Hex3286D613F039db5f16
Octal3501551417707133313726
Binary1110100011011011100001111111011100111011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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