Shades of Persian Blue #3A36BD
Tints of Persian Blue #3A36BD
RGB
CMYK
RGB Variations
Color information
#3A36BD (or 0x3A36BD) is known color: Persian Blue. HEX triplet: 3A, 36 and BD. RGB value is (58,54,189). Sum of RGB (Red+Green+Blue) = 58+54+189=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A36BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A36BD is #C5C942. Grayscale: #464646. Windows color (decimal): -12962115 or 12400186. OLE color: 12400186.
HSL color Cylindrical-coordinate representation of color #3A36BD: hue angle of 241.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A36BD is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 54 | 189 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.26 |
| HSL | 241.78º | 0.56% | 0.48% | - |
| HSV(B) | 241.78º | 0.71% | 0.74% | - |
| XYZ | 12.25 | 7.21 | 48.89 | - |
| YUV | 70.59 | 194.83 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 189 | 0.69 | 0.71 | 0 | 0.26 | 241.78 | 0.56 | 0.48 |
| Hex | 3A | 36 | BD | 45 | 47 | 0 | 1A | F2 | 38 | 30 |
| Octal | 72 | 66 | 275 | 105 | 107 | 0 | 32 | 362 | 70 | 60 |
| Binary | 111010 | 110110 | 10111101 | 1000101 | 1000111 | 0 | 11010 | 11110010 | 111000 | 110000 |
Color Harmonies of #3A36BD
Complementary color
Monochromatic Colors of #3A36BD
Black with #3A36BD
Text Example
Text Example
White with #3A36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A36BD; }
p { color: rgb(58,54,189); }
H1.HeaderClassName
{
color: #3A36BD;
}
.AnyTagClassName
{
color: #3A36BD;
}
</style>
background-color css
<style>
a { background-color: #3A36BD; }
a { background-color: rgb(58,54,189); }
div.DivClassName
{
background-color: #3A36BD;
}
.BgClassName
{
background-color: #3A36BD;
}
</style>
border-color css
<style>
span { border-color: #3A36BD; }
span { border-color: rgb(58,54,189); }
td.TdClassName
{
border-color: #3A36BD;
}
.TagClassName
{
border-color: #3A36BD;
}
</style>