Shades of Persian Blue #3A26CD
Tints of Persian Blue #3A26CD
RGB
CMYK
RGB Variations
Color information
#3A26CD (or 0x3A26CD) is known color: Persian Blue. HEX triplet: 3A, 26 and CD. RGB value is (58,38,205). Sum of RGB (Red+Green+Blue) = 58+38+205=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A26CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26CD is #C5D932. Grayscale: #3E3E3E. Windows color (decimal): -12966195 or 13444666. OLE color: 13444666.
HSL color Cylindrical-coordinate representation of color #3A26CD: hue angle of 247.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A26CD is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 58 | 38 | 205 | - |
CMYK | 0.72 | 0.81 | 0 | 0.20 |
HSL | 247.19º | 0.69% | 0.48% | - |
HSV(B) | 247.19º | 0.81% | 0.8% | - |
XYZ | 13.46 | 6.69 | 58.34 | - |
YUV | 63.02 | 208.13 | 124.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 38 | 205 | 0.72 | 0.81 | 0 | 0.20 | 247.19 | 0.69 | 0.48 |
Hex | 3A | 26 | CD | 48 | 51 | 0 | 14 | F7 | 45 | 30 |
Octal | 72 | 46 | 315 | 110 | 121 | 0 | 24 | 367 | 105 | 60 |
Binary | 111010 | 100110 | 11001101 | 1001000 | 1010001 | 0 | 10100 | 11110111 | 1000101 | 110000 |
Color Harmonies of #3A26CD
Complementary color
Monochromatic Colors of #3A26CD
Black with #3A26CD
Text Example
Text Example
White with #3A26CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26CD; }
p { color: rgb(58,38,205); }
H1.HeaderClassName
{
color: #3A26CD;
}
.AnyTagClassName
{
color: #3A26CD;
}
</style>
background-color css
<style>
a { background-color: #3A26CD; }
a { background-color: rgb(58,38,205); }
div.DivClassName
{
background-color: #3A26CD;
}
.BgClassName
{
background-color: #3A26CD;
}
</style>
border-color css
<style>
span { border-color: #3A26CD; }
span { border-color: rgb(58,38,205); }
td.TdClassName
{
border-color: #3A26CD;
}
.TagClassName
{
border-color: #3A26CD;
}
</style>