#032868

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

Shades of Sapphire #032868

Tints of Sapphire #032868

Color information

#032868 (or 0x032868) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 68. RGB value is (3,40,104). Sum of RGB (Red+Green+Blue) = 3+40+104=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #032868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032868 is #FCD797. Grayscale: #232323. Windows color (decimal): -16570264 or 6825987. OLE color: 6825987.

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

Color convert

RGB340104-
CMYK0.970.6200.59
HSL218.02º94.39%20.98%-
HSV(B)218.02º97.12%40.78%-
XYZ3.32.5413.41-
YUV36.23166.24104.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=2.04%
G=27.21%
B=70.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3401040.970.6200.59218.0294.3920.98
Hex32868613E03Bda5e15
Octal3501501417607333213625
Binary1110100011010001100001111110011101111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032868; }

 p { color: rgb(3,40,104); }

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

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

 a { background-color: rgb(3,40,104); }

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

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

 span { border-color: rgb(3,40,104); }

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