Shades of Persian Blue #362ACF
Tints of Persian Blue #362ACF
RGB
CMYK
RGB Variations
Color information
#362ACF (or 0x362ACF) is known color: Persian Blue. HEX triplet: 36, 2A and CF. RGB value is (54,42,207). Sum of RGB (Red+Green+Blue) = 54+42+207=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #362ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362ACF is #C9D530. Grayscale: #3F3F3F. Windows color (decimal): -13227313 or 13576758. OLE color: 13576758.
HSL color Cylindrical-coordinate representation of color #362ACF: hue angle of 244.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #362ACF is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 42 | 207 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.19 |
| HSL | 244.36º | 0.66% | 0.49% | - |
| HSV(B) | 244.36º | 0.8% | 0.81% | - |
| XYZ | 13.61 | 6.95 | 59.65 | - |
| YUV | 64.4 | 208.48 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 207 | 0.74 | 0.80 | 0 | 0.19 | 244.36 | 0.66 | 0.49 |
| Hex | 36 | 2A | CF | 4A | 50 | 0 | 13 | F4 | 42 | 31 |
| Octal | 66 | 52 | 317 | 112 | 120 | 0 | 23 | 364 | 102 | 61 |
| Binary | 110110 | 101010 | 11001111 | 1001010 | 1010000 | 0 | 10011 | 11110100 | 1000010 | 110001 |
Color Harmonies of #362ACF
Complementary color
Monochromatic Colors of #362ACF
Black with #362ACF
Text Example
Text Example
White with #362ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362ACF; }
p { color: rgb(54,42,207); }
H1.HeaderClassName
{
color: #362ACF;
}
.AnyTagClassName
{
color: #362ACF;
}
</style>
background-color css
<style>
a { background-color: #362ACF; }
a { background-color: rgb(54,42,207); }
div.DivClassName
{
background-color: #362ACF;
}
.BgClassName
{
background-color: #362ACF;
}
</style>
border-color css
<style>
span { border-color: #362ACF; }
span { border-color: rgb(54,42,207); }
td.TdClassName
{
border-color: #362ACF;
}
.TagClassName
{
border-color: #362ACF;
}
</style>