#032768

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

Shades of Sapphire #032768

Tints of Sapphire #032768

Color information

#032768 (or 0x032768) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 68. RGB value is (3,39,104). Sum of RGB (Red+Green+Blue) = 3+39+104=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #032768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032768 is #FCD897. Grayscale: #232323. Windows color (decimal): -16570520 or 6825731. OLE color: 6825731.

HSL color Cylindrical-coordinate representation of color #032768: hue angle of 218.61º 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 #032768 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB339104-
CMYK0.970.6200.59
HSL218.61º94.39%20.98%-
HSV(B)218.61º97.12%40.78%-
XYZ3.262.4713.4-
YUV35.65166.57104.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=2.05%
G=26.71%
B=71.23%

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
Decimal3391040.970.6200.59218.6194.3920.98
Hex32768613E03Bdb5e15
Octal3471501417607333313625
Binary1110011111010001100001111110011101111011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032768; }

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

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

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

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

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

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

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

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