Shades of Persian Blue #3A26CC
Tints of Persian Blue #3A26CC
RGB
CMYK
RGB Variations
Color information
#3A26CC (or 0x3A26CC) is known color: Persian Blue. HEX triplet: 3A, 26 and CC. RGB value is (58,38,204). Sum of RGB (Red+Green+Blue) = 58+38+204=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A26CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26CC is #C5D933. Grayscale: #3E3E3E. Windows color (decimal): -12966196 or 13379130. OLE color: 13379130.
HSL color Cylindrical-coordinate representation of color #3A26CC: hue angle of 247.23º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A26CC is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 38 | 204 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.2 |
| HSL | 247.23º | 0.69% | 0.47% | - |
| HSV(B) | 247.23º | 0.81% | 0.8% | - |
| XYZ | 13.34 | 6.65 | 57.71 | - |
| YUV | 62.9 | 207.63 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 204 | 0.72 | 0.81 | 0 | 0.2 | 247.23 | 0.69 | 0.47 |
| Hex | 3A | 26 | CC | 48 | 51 | 0 | 14 | F7 | 45 | 2F |
| Octal | 72 | 46 | 314 | 110 | 121 | 0 | 24 | 367 | 105 | 57 |
| Binary | 111010 | 100110 | 11001100 | 1001000 | 1010001 | 0 | 10100 | 11110111 | 1000101 | 101111 |
Color Harmonies of #3A26CC
Complementary color
Monochromatic Colors of #3A26CC
Black with #3A26CC
Text Example
Text Example
White with #3A26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26CC; }
p { color: rgb(58,38,204); }
H1.HeaderClassName
{
color: #3A26CC;
}
.AnyTagClassName
{
color: #3A26CC;
}
</style>
background-color css
<style>
a { background-color: #3A26CC; }
a { background-color: rgb(58,38,204); }
div.DivClassName
{
background-color: #3A26CC;
}
.BgClassName
{
background-color: #3A26CC;
}
</style>
border-color css
<style>
span { border-color: #3A26CC; }
span { border-color: rgb(58,38,204); }
td.TdClassName
{
border-color: #3A26CC;
}
.TagClassName
{
border-color: #3A26CC;
}
</style>