#03275E

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

Shades of Sapphire #03275E

Tints of Sapphire #03275E

Color information

#03275E (or 0x03275E) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 5E. RGB value is (3,39,94). Sum of RGB (Red+Green+Blue) = 3+39+94=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #03275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03275E is #FCD8A1. Grayscale: #222222. Windows color (decimal): -16570530 or 6170371. OLE color: 6170371.

HSL color Cylindrical-coordinate representation of color #03275E: hue angle of 216.26º 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 #03275E is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33994-
CMYK0.970.5900.63
HSL216.26º93.81%19.02%-
HSV(B)216.26º96.81%36.86%-
XYZ2.782.2810.88-
YUV34.51161.57105.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 39 (15.62% from 255) = 28.68%
BLUE value IS 94 (37.11% from 255) = 69.12%
R=2.21%
G=28.68%
B=69.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal339940.970.5900.63216.2693.8119.02
Hex3275E613B03Fd85e13
Octal3471361417307733013623
Binary1110011110111101100001111011011111111011000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03275E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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