Shades of Persian Blue #362FC2
Tints of Persian Blue #362FC2
RGB
CMYK
RGB Variations
Color information
#362FC2 (or 0x362FC2) is known color: Persian Blue. HEX triplet: 36, 2F and C2. RGB value is (54,47,194). Sum of RGB (Red+Green+Blue) = 54+47+194=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 194 (76.17% from 255 or 65.76% from 295); Max value from RGB is 194 - color contains mainly: blue. Hex color #362FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362FC2 is #C9D03D. Grayscale: #414141. Windows color (decimal): -13226046 or 12726070. OLE color: 12726070.
HSL color Cylindrical-coordinate representation of color #362FC2: hue angle of 242.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362FC2 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 47 | 194 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.24 |
| HSL | 242.86º | 0.61% | 0.47% | - |
| HSV(B) | 242.86º | 0.76% | 0.76% | - |
| XYZ | 12.28 | 6.71 | 51.69 | - |
| YUV | 65.85 | 200.32 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 194 | 0.72 | 0.76 | 0 | 0.24 | 242.86 | 0.61 | 0.47 |
| Hex | 36 | 2F | C2 | 48 | 4C | 0 | 18 | F3 | 3D | 2F |
| Octal | 66 | 57 | 302 | 110 | 114 | 0 | 30 | 363 | 75 | 57 |
| Binary | 110110 | 101111 | 11000010 | 1001000 | 1001100 | 0 | 11000 | 11110011 | 111101 | 101111 |
Color Harmonies of #362FC2
Complementary color
Monochromatic Colors of #362FC2
Black with #362FC2
Text Example
Text Example
White with #362FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362FC2; }
p { color: rgb(54,47,194); }
H1.HeaderClassName
{
color: #362FC2;
}
.AnyTagClassName
{
color: #362FC2;
}
</style>
background-color css
<style>
a { background-color: #362FC2; }
a { background-color: rgb(54,47,194); }
div.DivClassName
{
background-color: #362FC2;
}
.BgClassName
{
background-color: #362FC2;
}
</style>
border-color css
<style>
span { border-color: #362FC2; }
span { border-color: rgb(54,47,194); }
td.TdClassName
{
border-color: #362FC2;
}
.TagClassName
{
border-color: #362FC2;
}
</style>