#03265C

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

Shades of Sapphire #03265C

Tints of Sapphire #03265C

Color information

#03265C (or 0x03265C) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 5C. RGB value is (3,38,92). Sum of RGB (Red+Green+Blue) = 3+38+92=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #03265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03265C is #FCD9A3. Grayscale: #212121. Windows color (decimal): -16570788 or 6039043. OLE color: 6039043.

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

Color convert

RGB33892-
CMYK0.970.5900.64
HSL216.4º93.68%18.63%-
HSV(B)216.4º96.74%36.08%-
XYZ2.662.1810.41-
YUV33.69160.9106.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=2.26%
G=28.57%
B=69.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal338920.970.5900.64216.493.6818.63
Hex3265C613B040d85e13
Octal34613414173010033013623
Binary11100110101110011000011110110100000011011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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