Shades of Persian Blue #363DA8
Tints of Persian Blue #363DA8
RGB
CMYK
RGB Variations
Color information
#363DA8 (or 0x363DA8) is known color: Persian Blue. HEX triplet: 36, 3D and A8. RGB value is (54,61,168). Sum of RGB (Red+Green+Blue) = 54+61+168=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #363DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DA8 is #C9C257. Grayscale: #464646. Windows color (decimal): -13222488 or 11025718. OLE color: 11025718.
HSL color Cylindrical-coordinate representation of color #363DA8: hue angle of 236.32º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363DA8 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 61 | 168 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.34 |
| HSL | 236.32º | 0.51% | 0.44% | - |
| HSV(B) | 236.32º | 0.68% | 0.66% | - |
| XYZ | 10.26 | 6.95 | 37.85 | - |
| YUV | 71.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 168 | 0.68 | 0.64 | 0 | 0.34 | 236.32 | 0.51 | 0.44 |
| Hex | 36 | 3D | A8 | 44 | 40 | 0 | 22 | EC | 33 | 2C |
| Octal | 66 | 75 | 250 | 104 | 100 | 0 | 42 | 354 | 63 | 54 |
| Binary | 110110 | 111101 | 10101000 | 1000100 | 1000000 | 0 | 100010 | 11101100 | 110011 | 101100 |
Color Harmonies of #363DA8
Complementary color
Monochromatic Colors of #363DA8
Black with #363DA8
Text Example
Text Example
White with #363DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DA8; }
p { color: rgb(54,61,168); }
H1.HeaderClassName
{
color: #363DA8;
}
.AnyTagClassName
{
color: #363DA8;
}
</style>
background-color css
<style>
a { background-color: #363DA8; }
a { background-color: rgb(54,61,168); }
div.DivClassName
{
background-color: #363DA8;
}
.BgClassName
{
background-color: #363DA8;
}
</style>
border-color css
<style>
span { border-color: #363DA8; }
span { border-color: rgb(54,61,168); }
td.TdClassName
{
border-color: #363DA8;
}
.TagClassName
{
border-color: #363DA8;
}
</style>