#032762

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

Shades of Sapphire #032762

Tints of Sapphire #032762

Color information

#032762 (or 0x032762) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 62. RGB value is (3,39,98). Sum of RGB (Red+Green+Blue) = 3+39+98=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #032762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032762 is #FCD89D. Grayscale: #222222. Windows color (decimal): -16570526 or 6432515. OLE color: 6432515.

HSL color Cylindrical-coordinate representation of color #032762: hue angle of 217.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032762 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33998-
CMYK0.970.6000.62
HSL217.26º94.06%19.8%-
HSV(B)217.26º96.94%38.43%-
XYZ2.972.3511.85-
YUV34.96163.57105.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 98 (38.67% from 255) = 70%
R=2.14%
G=27.86%
B=70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal339980.970.6000.62217.2694.0619.8
Hex32762613C03Ed95e14
Octal3471421417407633113624
Binary1110011111000101100001111100011111011011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032762; }

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

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

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

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

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

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

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

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