#03297F

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

Shades of Sapphire #03297F

Tints of Sapphire #03297F

Color information

#03297F (or 0x03297F) is unknown color: approx Sapphire. HEX triplet: 03, 29 and 7F. RGB value is (3,41,127). Sum of RGB (Red+Green+Blue) = 3+41+127=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #03297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03297F is #FCD680. Grayscale: #272727. Windows color (decimal): -16569985 or 8333571. OLE color: 8333571.

HSL color Cylindrical-coordinate representation of color #03297F: hue angle of 221.61º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03297F is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB341127-
CMYK0.980.6800.50
HSL221.61º95.38%25.49%-
HSV(B)221.61º97.64%49.8%-
XYZ4.663.1420.44-
YUV39.44177.41102.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 127 (50% from 255) = 74.27%
R=1.75%
G=23.98%
B=74.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3411270.980.6800.50221.6195.3825.49
Hex3297F6244032de5f19
Octal35117714210406233613731
Binary11101001111111111000101000100011001011011110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03297F; }

 p { color: rgb(3,41,127); }

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

<style>
 a { background-color: #03297F; }

 a { background-color: rgb(3,41,127); }

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

<style>
 span { border-color: #03297F; }

 span { border-color: rgb(3,41,127); }

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