Shades of Sapphire #03245C
Tints of Sapphire #03245C
RGB
CMYK
RGB Variations
Color information
#03245C (or 0x03245C) is known color: Sapphire. HEX triplet: 03, 24 and 5C. RGB value is (3,36,92). Sum of RGB (Red+Green+Blue) = 3+36+92=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #03245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245C is #FCDBA3. Grayscale: #202020. Windows color (decimal): -16571300 or 6038531. OLE color: 6038531.
HSL color Cylindrical-coordinate representation of color #03245C: hue angle of 217.75º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03245C is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 36 | 92 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.64 |
| HSL | 217.75º | 0.94% | 0.19% | - |
| HSV(B) | 217.75º | 0.97% | 0.36% | - |
| XYZ | 2.6 | 2.05 | 10.38 | - |
| YUV | 32.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 92 | 0.97 | 0.61 | 0 | 0.64 | 217.75 | 0.94 | 0.19 |
| Hex | 3 | 24 | 5C | 61 | 3D | 0 | 40 | DA | 5E | 13 |
| Octal | 3 | 44 | 134 | 141 | 75 | 0 | 100 | 332 | 136 | 23 |
| Binary | 11 | 100100 | 1011100 | 1100001 | 111101 | 0 | 1000000 | 11011010 | 1011110 | 10011 |
Color Harmonies of #03245C
Complementary color
Monochromatic Colors of #03245C
Black with #03245C
Text Example
Text Example
White with #03245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03245C; }
p { color: rgb(3,36,92); }
H1.HeaderClassName
{
color: #03245C;
}
.AnyTagClassName
{
color: #03245C;
}
</style>
background-color css
<style>
a { background-color: #03245C; }
a { background-color: rgb(3,36,92); }
div.DivClassName
{
background-color: #03245C;
}
.BgClassName
{
background-color: #03245C;
}
</style>
border-color css
<style>
span { border-color: #03245C; }
span { border-color: rgb(3,36,92); }
td.TdClassName
{
border-color: #03245C;
}
.TagClassName
{
border-color: #03245C;
}
</style>