#032E7F

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

Shades of Sapphire #032E7F

Tints of Sapphire #032E7F

Color information

#032E7F (or 0x032E7F) is unknown color: approx Sapphire. HEX triplet: 03, 2E and 7F. RGB value is (3,46,127). Sum of RGB (Red+Green+Blue) = 3+46+127=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 127 (50% from 255 or 72.16% from 176); Max value from RGB is 127 - color contains mainly: blue. Hex color #032E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E7F is #FCD180. Grayscale: #2A2A2A. Windows color (decimal): -16568705 or 8334851. OLE color: 8334851.

HSL color Cylindrical-coordinate representation of color #032E7F: hue angle of 219.19º 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 #032E7F is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB346127-
CMYK0.980.6400.50
HSL219.19º95.38%25.49%-
HSV(B)219.19º97.64%49.8%-
XYZ4.853.5120.5-
YUV42.38175.7599.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 127 (50% from 255) = 72.16%
R=1.70%
G=26.14%
B=72.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3461270.980.6400.50219.1995.3825.49
Hex32E7F6240032db5f19
Octal35617714210006233313731
Binary11101110111111111000101000000011001011011011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032E7F; }

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

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

<style>
 a { background-color: #032E7F; }

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

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

<style>
 span { border-color: #032E7F; }

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

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