Shades of Persian Blue #361CCB
Tints of Persian Blue #361CCB
RGB
CMYK
RGB Variations
Color information
#361CCB (or 0x361CCB) is known color: Persian Blue. HEX triplet: 36, 1C and CB. RGB value is (54,28,203). Sum of RGB (Red+Green+Blue) = 54+28+203=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #361CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CCB is #C9E334. Grayscale: #373737. Windows color (decimal): -13230901 or 13311030. OLE color: 13311030.
HSL color Cylindrical-coordinate representation of color #361CCB: hue angle of 248.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #361CCB is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 28 | 203 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.20 |
| HSL | 248.91º | 0.76% | 0.45% | - |
| HSV(B) | 248.91º | 0.86% | 0.8% | - |
| XYZ | 12.72 | 5.93 | 56.97 | - |
| YUV | 55.72 | 211.11 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 203 | 0.73 | 0.86 | 0 | 0.20 | 248.91 | 0.76 | 0.45 |
| Hex | 36 | 1C | CB | 49 | 56 | 0 | 14 | F9 | 4C | 2D |
| Octal | 66 | 34 | 313 | 111 | 126 | 0 | 24 | 371 | 114 | 55 |
| Binary | 110110 | 11100 | 11001011 | 1001001 | 1010110 | 0 | 10100 | 11111001 | 1001100 | 101101 |
Color Harmonies of #361CCB
Complementary color
Monochromatic Colors of #361CCB
Black with #361CCB
Text Example
Text Example
White with #361CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361CCB; }
p { color: rgb(54,28,203); }
H1.HeaderClassName
{
color: #361CCB;
}
.AnyTagClassName
{
color: #361CCB;
}
</style>
background-color css
<style>
a { background-color: #361CCB; }
a { background-color: rgb(54,28,203); }
div.DivClassName
{
background-color: #361CCB;
}
.BgClassName
{
background-color: #361CCB;
}
</style>
border-color css
<style>
span { border-color: #361CCB; }
span { border-color: rgb(54,28,203); }
td.TdClassName
{
border-color: #361CCB;
}
.TagClassName
{
border-color: #361CCB;
}
</style>