Shades of Persian Blue #301ACE
Tints of Persian Blue #301ACE
RGB
CMYK
RGB Variations
Color information
#301ACE (or 0x301ACE) is known color: Persian Blue. HEX triplet: 30, 1A and CE. RGB value is (48,26,206). Sum of RGB (Red+Green+Blue) = 48+26+206=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #301ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ACE is #CFE531. Grayscale: #343434. Windows color (decimal): -13624626 or 13507120. OLE color: 13507120.
HSL color Cylindrical-coordinate representation of color #301ACE: hue angle of 247.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301ACE is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 26 | 206 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.19 |
| HSL | 247.33º | 0.78% | 0.45% | - |
| HSV(B) | 247.33º | 0.87% | 0.81% | - |
| XYZ | 12.73 | 5.82 | 58.85 | - |
| YUV | 53.1 | 214.29 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 206 | 0.77 | 0.87 | 0 | 0.19 | 247.33 | 0.78 | 0.45 |
| Hex | 30 | 1A | CE | 4D | 57 | 0 | 13 | F7 | 4E | 2D |
| Octal | 60 | 32 | 316 | 115 | 127 | 0 | 23 | 367 | 116 | 55 |
| Binary | 110000 | 11010 | 11001110 | 1001101 | 1010111 | 0 | 10011 | 11110111 | 1001110 | 101101 |
Color Harmonies of #301ACE
Complementary color
Monochromatic Colors of #301ACE
Black with #301ACE
Text Example
Text Example
White with #301ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301ACE; }
p { color: rgb(48,26,206); }
H1.HeaderClassName
{
color: #301ACE;
}
.AnyTagClassName
{
color: #301ACE;
}
</style>
background-color css
<style>
a { background-color: #301ACE; }
a { background-color: rgb(48,26,206); }
div.DivClassName
{
background-color: #301ACE;
}
.BgClassName
{
background-color: #301ACE;
}
</style>
border-color css
<style>
span { border-color: #301ACE; }
span { border-color: rgb(48,26,206); }
td.TdClassName
{
border-color: #301ACE;
}
.TagClassName
{
border-color: #301ACE;
}
</style>