#03296C

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

Shades of Sapphire #03296C

Tints of Sapphire #03296C

Color information

#03296C (or 0x03296C) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 6C. RGB value is (3,41,108). Sum of RGB (Red+Green+Blue) = 3+41+108=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #03296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03296C is #FCD693. Grayscale: #242424. Windows color (decimal): -16570004 or 7088387. OLE color: 7088387.

HSL color Cylindrical-coordinate representation of color #03296C: hue angle of 218.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03296C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB341108-
CMYK0.970.6200.58
HSL218.29º94.59%21.76%-
HSV(B)218.29º97.22%42.35%-
XYZ3.542.6914.52-
YUV37.28167.91103.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 108 (42.58% from 255) = 71.05%
R=1.97%
G=26.97%
B=71.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3411080.970.6200.58218.2994.5921.76
Hex3296C613E03Ada5f16
Octal3511541417607233213726
Binary1110100111011001100001111110011101011011010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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