#03266C

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

Shades of Sapphire #03266C

Tints of Sapphire #03266C

Color information

#03266C (or 0x03266C) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 6C. RGB value is (3,38,108). Sum of RGB (Red+Green+Blue) = 3+38+108=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 108 (42.58% from 255 or 72.48% from 149); Max value from RGB is 108 - color contains mainly: blue. Hex color #03266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03266C is #FCD993. Grayscale: #232323. Windows color (decimal): -16570772 or 7087619. OLE color: 7087619.

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

Color convert

RGB338108-
CMYK0.970.6500.58
HSL220º94.59%21.76%-
HSV(B)220º97.22%42.35%-
XYZ3.442.4914.49-
YUV35.52168.9104.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 108 (42.58% from 255) = 72.48%
R=2.01%
G=25.50%
B=72.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3381080.970.6500.5822094.5921.76
Hex3266C614103Adc5f16
Octal34615414110107233413726
Binary11100110110110011000011000001011101011011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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