#032E7A

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

Shades of Sapphire #032E7A

Tints of Sapphire #032E7A

Color information

#032E7A (or 0x032E7A) is unknown color: approx Sapphire. HEX triplet: 03, 2E and 7A. RGB value is (3,46,122). Sum of RGB (Red+Green+Blue) = 3+46+122=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #032E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E7A is #FCD185. Grayscale: #292929. Windows color (decimal): -16568710 or 8007171. OLE color: 8007171.

HSL color Cylindrical-coordinate representation of color #032E7A: hue angle of 218.32º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032E7A is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB346122-
CMYK0.980.6200.52
HSL218.32º95.2%24.51%-
HSV(B)218.32º97.54%47.84%-
XYZ4.533.3818.83-
YUV41.81173.25100.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=1.75%
G=26.90%
B=71.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3461220.980.6200.52218.3295.224.51
Hex32E7A623E034da5f19
Octal3561721427606433213731
Binary1110111011110101100010111110011010011011010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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