Shades of Sapphire #032465
Tints of Sapphire #032465
RGB
CMYK
RGB Variations
Color information
#032465 (or 0x032465) is known color: Sapphire. HEX triplet: 03, 24 and 65. RGB value is (3,36,101). Sum of RGB (Red+Green+Blue) = 3+36+101=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #032465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032465 is #FCDB9A. Grayscale: #212121. Windows color (decimal): -16571291 or 6628355. OLE color: 6628355.
HSL color Cylindrical-coordinate representation of color #032465: hue angle of 219.8º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032465 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 36 | 101 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.60 |
| HSL | 219.8º | 0.94% | 0.2% | - |
| HSV(B) | 219.8º | 0.97% | 0.4% | - |
| XYZ | 3.02 | 2.22 | 12.58 | - |
| YUV | 33.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 101 | 0.97 | 0.64 | 0 | 0.60 | 219.8 | 0.94 | 0.2 |
| Hex | 3 | 24 | 65 | 61 | 40 | 0 | 3C | DC | 5E | 14 |
| Octal | 3 | 44 | 145 | 141 | 100 | 0 | 74 | 334 | 136 | 24 |
| Binary | 11 | 100100 | 1100101 | 1100001 | 1000000 | 0 | 111100 | 11011100 | 1011110 | 10100 |
Color Harmonies of #032465
Complementary color
Monochromatic Colors of #032465
Black with #032465
Text Example
Text Example
White with #032465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032465; }
p { color: rgb(3,36,101); }
H1.HeaderClassName
{
color: #032465;
}
.AnyTagClassName
{
color: #032465;
}
</style>
background-color css
<style>
a { background-color: #032465; }
a { background-color: rgb(3,36,101); }
div.DivClassName
{
background-color: #032465;
}
.BgClassName
{
background-color: #032465;
}
</style>
border-color css
<style>
span { border-color: #032465; }
span { border-color: rgb(3,36,101); }
td.TdClassName
{
border-color: #032465;
}
.TagClassName
{
border-color: #032465;
}
</style>