#03296D

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

Shades of Sapphire #03296D

Tints of Sapphire #03296D

Color information

#03296D (or 0x03296D) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 6D. RGB value is (3,41,109). Sum of RGB (Red+Green+Blue) = 3+41+109=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #03296D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03296D is #FCD692. Grayscale: #252525. Windows color (decimal): -16570003 or 7153923. OLE color: 7153923.

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

Color convert

RGB341109-
CMYK0.970.6200.57
HSL218.49º94.64%21.96%-
HSV(B)218.49º97.25%42.75%-
XYZ3.592.7114.8-
YUV37.39168.41103.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 109 (42.97% from 255) = 71.24%
R=1.96%
G=26.80%
B=71.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3411090.970.6200.57218.4994.6421.96
Hex3296D613E039da5f16
Octal3511551417607133213726
Binary1110100111011011100001111110011100111011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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