Shades of Persian Blue #362AB2
Tints of Persian Blue #362AB2
RGB
CMYK
RGB Variations
Color information
#362AB2 (or 0x362AB2) is known color: Persian Blue. HEX triplet: 36, 2A and B2. RGB value is (54,42,178). Sum of RGB (Red+Green+Blue) = 54+42+178=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #362AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362AB2 is #C9D54D. Grayscale: #3C3C3C. Windows color (decimal): -13227342 or 11676214. OLE color: 11676214.
HSL color Cylindrical-coordinate representation of color #362AB2: hue angle of 245.29º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362AB2 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 42 | 178 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.30 |
| HSL | 245.29º | 0.62% | 0.43% | - |
| HSV(B) | 245.29º | 0.76% | 0.7% | - |
| XYZ | 10.39 | 5.65 | 42.66 | - |
| YUV | 61.09 | 193.98 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 178 | 0.70 | 0.76 | 0 | 0.30 | 245.29 | 0.62 | 0.43 |
| Hex | 36 | 2A | B2 | 46 | 4C | 0 | 1E | F5 | 3E | 2B |
| Octal | 66 | 52 | 262 | 106 | 114 | 0 | 36 | 365 | 76 | 53 |
| Binary | 110110 | 101010 | 10110010 | 1000110 | 1001100 | 0 | 11110 | 11110101 | 111110 | 101011 |
Color Harmonies of #362AB2
Complementary color
Monochromatic Colors of #362AB2
Black with #362AB2
Text Example
Text Example
White with #362AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362AB2; }
p { color: rgb(54,42,178); }
H1.HeaderClassName
{
color: #362AB2;
}
.AnyTagClassName
{
color: #362AB2;
}
</style>
background-color css
<style>
a { background-color: #362AB2; }
a { background-color: rgb(54,42,178); }
div.DivClassName
{
background-color: #362AB2;
}
.BgClassName
{
background-color: #362AB2;
}
</style>
border-color css
<style>
span { border-color: #362AB2; }
span { border-color: rgb(54,42,178); }
td.TdClassName
{
border-color: #362AB2;
}
.TagClassName
{
border-color: #362AB2;
}
</style>