Shades of Persian Blue #3A23CC
Tints of Persian Blue #3A23CC
RGB
CMYK
RGB Variations
Color information
#3A23CC (or 0x3A23CC) is known color: Persian Blue. HEX triplet: 3A, 23 and CC. RGB value is (58,35,204). Sum of RGB (Red+Green+Blue) = 58+35+204=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A23CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A23CC is #C5DC33. Grayscale: #3C3C3C. Windows color (decimal): -12966964 or 13378362. OLE color: 13378362.
HSL color Cylindrical-coordinate representation of color #3A23CC: hue angle of 248.17º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A23CC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 35 | 204 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.2 |
| HSL | 248.17º | 0.71% | 0.47% | - |
| HSV(B) | 248.17º | 0.83% | 0.8% | - |
| XYZ | 13.25 | 6.46 | 57.68 | - |
| YUV | 61.14 | 208.62 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 204 | 0.72 | 0.83 | 0 | 0.2 | 248.17 | 0.71 | 0.47 |
| Hex | 3A | 23 | CC | 48 | 53 | 0 | 14 | F8 | 47 | 2F |
| Octal | 72 | 43 | 314 | 110 | 123 | 0 | 24 | 370 | 107 | 57 |
| Binary | 111010 | 100011 | 11001100 | 1001000 | 1010011 | 0 | 10100 | 11111000 | 1000111 | 101111 |
Color Harmonies of #3A23CC
Complementary color
Monochromatic Colors of #3A23CC
Black with #3A23CC
Text Example
Text Example
White with #3A23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A23CC; }
p { color: rgb(58,35,204); }
H1.HeaderClassName
{
color: #3A23CC;
}
.AnyTagClassName
{
color: #3A23CC;
}
</style>
background-color css
<style>
a { background-color: #3A23CC; }
a { background-color: rgb(58,35,204); }
div.DivClassName
{
background-color: #3A23CC;
}
.BgClassName
{
background-color: #3A23CC;
}
</style>
border-color css
<style>
span { border-color: #3A23CC; }
span { border-color: rgb(58,35,204); }
td.TdClassName
{
border-color: #3A23CC;
}
.TagClassName
{
border-color: #3A23CC;
}
</style>