Shades of Persian Blue #362DC2
Tints of Persian Blue #362DC2
RGB
CMYK
RGB Variations
Color information
#362DC2 (or 0x362DC2) is known color: Persian Blue. HEX triplet: 36, 2D and C2. RGB value is (54,45,194). Sum of RGB (Red+Green+Blue) = 54+45+194=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #362DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DC2 is #C9D23D. Grayscale: #404040. Windows color (decimal): -13226558 or 12725558. OLE color: 12725558.
HSL color Cylindrical-coordinate representation of color #362DC2: hue angle of 243.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362DC2 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 45 | 194 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.24 |
| HSL | 243.62º | 0.62% | 0.47% | - |
| HSV(B) | 243.62º | 0.77% | 0.76% | - |
| XYZ | 12.2 | 6.56 | 51.66 | - |
| YUV | 64.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 194 | 0.72 | 0.77 | 0 | 0.24 | 243.62 | 0.62 | 0.47 |
| Hex | 36 | 2D | C2 | 48 | 4D | 0 | 18 | F4 | 3E | 2F |
| Octal | 66 | 55 | 302 | 110 | 115 | 0 | 30 | 364 | 76 | 57 |
| Binary | 110110 | 101101 | 11000010 | 1001000 | 1001101 | 0 | 11000 | 11110100 | 111110 | 101111 |
Color Harmonies of #362DC2
Complementary color
Monochromatic Colors of #362DC2
Black with #362DC2
Text Example
Text Example
White with #362DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DC2; }
p { color: rgb(54,45,194); }
H1.HeaderClassName
{
color: #362DC2;
}
.AnyTagClassName
{
color: #362DC2;
}
</style>
background-color css
<style>
a { background-color: #362DC2; }
a { background-color: rgb(54,45,194); }
div.DivClassName
{
background-color: #362DC2;
}
.BgClassName
{
background-color: #362DC2;
}
</style>
border-color css
<style>
span { border-color: #362DC2; }
span { border-color: rgb(54,45,194); }
td.TdClassName
{
border-color: #362DC2;
}
.TagClassName
{
border-color: #362DC2;
}
</style>