Shades of Sapphire #03245A
Tints of Sapphire #03245A
RGB
CMYK
RGB Variations
Color information
#03245A (or 0x03245A) is known color: Sapphire. HEX triplet: 03, 24 and 5A. RGB value is (3,36,90). Sum of RGB (Red+Green+Blue) = 3+36+90=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #03245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245A is #FCDBA5. Grayscale: #202020. Windows color (decimal): -16571302 or 5907459. OLE color: 5907459.
HSL color Cylindrical-coordinate representation of color #03245A: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03245A is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 36 | 90 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.65 |
| HSL | 217.24º | 0.94% | 0.18% | - |
| HSV(B) | 217.24º | 0.97% | 0.35% | - |
| XYZ | 2.51 | 2.02 | 9.93 | - |
| YUV | 32.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 90 | 0.97 | 0.60 | 0 | 0.65 | 217.24 | 0.94 | 0.18 |
| Hex | 3 | 24 | 5A | 61 | 3C | 0 | 41 | D9 | 5E | 12 |
| Octal | 3 | 44 | 132 | 141 | 74 | 0 | 101 | 331 | 136 | 22 |
| Binary | 11 | 100100 | 1011010 | 1100001 | 111100 | 0 | 1000001 | 11011001 | 1011110 | 10010 |
Color Harmonies of #03245A
Complementary color
Monochromatic Colors of #03245A
Black with #03245A
Text Example
Text Example
White with #03245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03245A; }
p { color: rgb(3,36,90); }
H1.HeaderClassName
{
color: #03245A;
}
.AnyTagClassName
{
color: #03245A;
}
</style>
background-color css
<style>
a { background-color: #03245A; }
a { background-color: rgb(3,36,90); }
div.DivClassName
{
background-color: #03245A;
}
.BgClassName
{
background-color: #03245A;
}
</style>
border-color css
<style>
span { border-color: #03245A; }
span { border-color: rgb(3,36,90); }
td.TdClassName
{
border-color: #03245A;
}
.TagClassName
{
border-color: #03245A;
}
</style>