Shades of Persian Blue #302CCF
Tints of Persian Blue #302CCF
RGB
CMYK
RGB Variations
Color information
#302CCF (or 0x302CCF) is known color: Persian Blue. HEX triplet: 30, 2C and CF. RGB value is (48,44,207). Sum of RGB (Red+Green+Blue) = 48+44+207=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #302CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CCF is #CFD330. Grayscale: #3F3F3F. Windows color (decimal): -13620017 or 13577264. OLE color: 13577264.
HSL color Cylindrical-coordinate representation of color #302CCF: hue angle of 241.47º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #302CCF is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 44 | 207 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.19 |
| HSL | 241.47º | 0.65% | 0.49% | - |
| HSV(B) | 241.47º | 0.79% | 0.81% | - |
| XYZ | 13.38 | 6.93 | 59.66 | - |
| YUV | 63.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 207 | 0.77 | 0.79 | 0 | 0.19 | 241.47 | 0.65 | 0.49 |
| Hex | 30 | 2C | CF | 4D | 4F | 0 | 13 | F1 | 41 | 31 |
| Octal | 60 | 54 | 317 | 115 | 117 | 0 | 23 | 361 | 101 | 61 |
| Binary | 110000 | 101100 | 11001111 | 1001101 | 1001111 | 0 | 10011 | 11110001 | 1000001 | 110001 |
Color Harmonies of #302CCF
Complementary color
Monochromatic Colors of #302CCF
Black with #302CCF
Text Example
Text Example
White with #302CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CCF; }
p { color: rgb(48,44,207); }
H1.HeaderClassName
{
color: #302CCF;
}
.AnyTagClassName
{
color: #302CCF;
}
</style>
background-color css
<style>
a { background-color: #302CCF; }
a { background-color: rgb(48,44,207); }
div.DivClassName
{
background-color: #302CCF;
}
.BgClassName
{
background-color: #302CCF;
}
</style>
border-color css
<style>
span { border-color: #302CCF; }
span { border-color: rgb(48,44,207); }
td.TdClassName
{
border-color: #302CCF;
}
.TagClassName
{
border-color: #302CCF;
}
</style>