#032468

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

Shades of Sapphire #032468

Tints of Sapphire #032468

Color information

#032468 (or 0x032468) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 68. RGB value is (3,36,104). Sum of RGB (Red+Green+Blue) = 3+36+104=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #032468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032468 is #FCDB97. Grayscale: #212121. Windows color (decimal): -16571288 or 6824963. OLE color: 6824963.

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

Color convert

RGB336104-
CMYK0.970.6500.59
HSL220.4º94.39%20.98%-
HSV(B)220.4º97.12%40.78%-
XYZ3.172.2813.37-
YUV33.88167.57105.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.10%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 104 (41.02% from 255) = 72.73%
R=2.10%
G=25.17%
B=72.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3361040.970.6500.59220.494.3920.98
Hex32468614103Bdc5e15
Octal34415014110107333413625
Binary11100100110100011000011000001011101111011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032468; }

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

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

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

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

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

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

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

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