Shades of Persian Blue #362CCF
Tints of Persian Blue #362CCF
RGB
CMYK
RGB Variations
Color information
#362CCF (or 0x362CCF) is known color: Persian Blue. HEX triplet: 36, 2C and CF. RGB value is (54,44,207). Sum of RGB (Red+Green+Blue) = 54+44+207=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #362CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362CCF is #C9D330. Grayscale: #404040. Windows color (decimal): -13226801 or 13577270. OLE color: 13577270.
HSL color Cylindrical-coordinate representation of color #362CCF: hue angle of 243.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #362CCF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 44 | 207 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.19 |
| HSL | 243.68º | 0.65% | 0.49% | - |
| HSV(B) | 243.68º | 0.79% | 0.81% | - |
| XYZ | 13.68 | 7.09 | 59.68 | - |
| YUV | 65.57 | 207.81 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 44 | 207 | 0.74 | 0.79 | 0 | 0.19 | 243.68 | 0.65 | 0.49 |
| Hex | 36 | 2C | CF | 4A | 4F | 0 | 13 | F4 | 41 | 31 |
| Octal | 66 | 54 | 317 | 112 | 117 | 0 | 23 | 364 | 101 | 61 |
| Binary | 110110 | 101100 | 11001111 | 1001010 | 1001111 | 0 | 10011 | 11110100 | 1000001 | 110001 |
Color Harmonies of #362CCF
Complementary color
Monochromatic Colors of #362CCF
Black with #362CCF
Text Example
Text Example
White with #362CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362CCF; }
p { color: rgb(54,44,207); }
H1.HeaderClassName
{
color: #362CCF;
}
.AnyTagClassName
{
color: #362CCF;
}
</style>
background-color css
<style>
a { background-color: #362CCF; }
a { background-color: rgb(54,44,207); }
div.DivClassName
{
background-color: #362CCF;
}
.BgClassName
{
background-color: #362CCF;
}
</style>
border-color css
<style>
span { border-color: #362CCF; }
span { border-color: rgb(54,44,207); }
td.TdClassName
{
border-color: #362CCF;
}
.TagClassName
{
border-color: #362CCF;
}
</style>