#03265A

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

Shades of Sapphire #03265A

Tints of Sapphire #03265A

Color information

#03265A (or 0x03265A) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 5A. RGB value is (3,38,90). Sum of RGB (Red+Green+Blue) = 3+38+90=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #03265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03265A is #FCD9A5. Grayscale: #212121. Windows color (decimal): -16570790 or 5907971. OLE color: 5907971.

HSL color Cylindrical-coordinate representation of color #03265A: hue angle of 215.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03265A is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33890-
CMYK0.970.5800.65
HSL215.86º93.55%18.24%-
HSV(B)215.86º96.67%35.29%-
XYZ2.582.149.95-
YUV33.46159.9106.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 90 (35.55% from 255) = 68.70%
R=2.29%
G=29.01%
B=68.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal338900.970.5800.65215.8693.5518.24
Hex3265A613A041d85e12
Octal34613214172010133013622
Binary11100110101101011000011110100100000111011000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03265A; }

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

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

<style>
 a { background-color: #03265A; }

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

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

<style>
 span { border-color: #03265A; }

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

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