#03265E

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

Shades of Sapphire #03265E

Tints of Sapphire #03265E

Color information

#03265E (or 0x03265E) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 5E. RGB value is (3,38,94). Sum of RGB (Red+Green+Blue) = 3+38+94=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #03265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03265E is #FCD9A1. Grayscale: #212121. Windows color (decimal): -16570786 or 6170115. OLE color: 6170115.

HSL color Cylindrical-coordinate representation of color #03265E: hue angle of 216.92º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03265E is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33894-
CMYK0.970.6000.63
HSL216.92º93.81%19.02%-
HSV(B)216.92º96.81%36.86%-
XYZ2.752.2110.87-
YUV33.92161.9105.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 94 (37.11% from 255) = 69.63%
R=2.22%
G=28.15%
B=69.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal338940.970.6000.63216.9293.8119.02
Hex3265E613C03Fd95e13
Octal3461361417407733113623
Binary1110011010111101100001111100011111111011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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