#032668

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

Shades of Sapphire #032668

Tints of Sapphire #032668

Color information

#032668 (or 0x032668) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 68. RGB value is (3,38,104). Sum of RGB (Red+Green+Blue) = 3+38+104=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #032668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032668 is #FCD997. Grayscale: #222222. Windows color (decimal): -16570776 or 6825475. OLE color: 6825475.

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

Color convert

RGB338104-
CMYK0.970.6300.59
HSL219.21º94.39%20.98%-
HSV(B)219.21º97.12%40.78%-
XYZ3.232.4113.39-
YUV35.06166.9105.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.07%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=2.07%
G=26.21%
B=71.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3381040.970.6300.59219.2194.3920.98
Hex32668613F03Bdb5e15
Octal3461501417707333313625
Binary1110011011010001100001111111011101111011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032668; }

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

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

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

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

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

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

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

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