Shades of Persian Blue #361ECB
Tints of Persian Blue #361ECB
RGB
CMYK
RGB Variations
Color information
#361ECB (or 0x361ECB) is known color: Persian Blue. HEX triplet: 36, 1E and CB. RGB value is (54,30,203). Sum of RGB (Red+Green+Blue) = 54+30+203=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #361ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361ECB is #C9E134. Grayscale: #383838. Windows color (decimal): -13230389 or 13311542. OLE color: 13311542.
HSL color Cylindrical-coordinate representation of color #361ECB: hue angle of 248.32º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361ECB is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 30 | 203 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.20 |
| HSL | 248.32º | 0.74% | 0.46% | - |
| HSV(B) | 248.32º | 0.85% | 0.8% | - |
| XYZ | 12.77 | 6.02 | 56.99 | - |
| YUV | 56.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 203 | 0.73 | 0.85 | 0 | 0.20 | 248.32 | 0.74 | 0.46 |
| Hex | 36 | 1E | CB | 49 | 55 | 0 | 14 | F8 | 4A | 2E |
| Octal | 66 | 36 | 313 | 111 | 125 | 0 | 24 | 370 | 112 | 56 |
| Binary | 110110 | 11110 | 11001011 | 1001001 | 1010101 | 0 | 10100 | 11111000 | 1001010 | 101110 |
Color Harmonies of #361ECB
Complementary color
Monochromatic Colors of #361ECB
Black with #361ECB
Text Example
Text Example
White with #361ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361ECB; }
p { color: rgb(54,30,203); }
H1.HeaderClassName
{
color: #361ECB;
}
.AnyTagClassName
{
color: #361ECB;
}
</style>
background-color css
<style>
a { background-color: #361ECB; }
a { background-color: rgb(54,30,203); }
div.DivClassName
{
background-color: #361ECB;
}
.BgClassName
{
background-color: #361ECB;
}
</style>
border-color css
<style>
span { border-color: #361ECB; }
span { border-color: rgb(54,30,203); }
td.TdClassName
{
border-color: #361ECB;
}
.TagClassName
{
border-color: #361ECB;
}
</style>