Shades of Sapphire #03287A
Tints of Sapphire #03287A
RGB
CMYK
RGB Variations
Color information
#03287A (or 0x03287A) is known color: Sapphire. HEX triplet: 03, 28 and 7A. RGB value is (3,40,122). Sum of RGB (Red+Green+Blue) = 3+40+122=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #03287A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03287A is #FCD785. Grayscale: #252525. Windows color (decimal): -16570246 or 8005635. OLE color: 8005635.
HSL color Cylindrical-coordinate representation of color #03287A: hue angle of 221.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03287A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 40 | 122 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.52 |
| HSL | 221.34º | 0.95% | 0.25% | - |
| HSV(B) | 221.34º | 0.98% | 0.48% | - |
| XYZ | 4.31 | 2.94 | 18.75 | - |
| YUV | 38.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 122 | 0.98 | 0.67 | 0 | 0.52 | 221.34 | 0.95 | 0.25 |
| Hex | 3 | 28 | 7A | 62 | 43 | 0 | 34 | DD | 5F | 19 |
| Octal | 3 | 50 | 172 | 142 | 103 | 0 | 64 | 335 | 137 | 31 |
| Binary | 11 | 101000 | 1111010 | 1100010 | 1000011 | 0 | 110100 | 11011101 | 1011111 | 11001 |
Color Harmonies of #03287A
Complementary color
Monochromatic Colors of #03287A
Black with #03287A
Text Example
Text Example
White with #03287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03287A; }
p { color: rgb(3,40,122); }
H1.HeaderClassName
{
color: #03287A;
}
.AnyTagClassName
{
color: #03287A;
}
</style>
background-color css
<style>
a { background-color: #03287A; }
a { background-color: rgb(3,40,122); }
div.DivClassName
{
background-color: #03287A;
}
.BgClassName
{
background-color: #03287A;
}
</style>
border-color css
<style>
span { border-color: #03287A; }
span { border-color: rgb(3,40,122); }
td.TdClassName
{
border-color: #03287A;
}
.TagClassName
{
border-color: #03287A;
}
</style>