#032466

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

Shades of Sapphire #032466

Tints of Sapphire #032466

Color information

#032466 (or 0x032466) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 66. RGB value is (3,36,102). Sum of RGB (Red+Green+Blue) = 3+36+102=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #032466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032466 is #FCDB99. Grayscale: #212121. Windows color (decimal): -16571290 or 6693891. OLE color: 6693891.

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

Color convert

RGB336102-
CMYK0.970.6500.6
HSL220º94.29%20.59%-
HSV(B)220º97.06%40%-
XYZ3.072.2412.84-
YUV33.66166.57106.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=2.13%
G=25.53%
B=72.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3361020.970.6500.622094.2920.59
Hex32466614103Cdc5e15
Octal34414614110107433413625
Binary11100100110011011000011000001011110011011100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032466; }

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

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

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

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

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

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

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

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