Shades of Persian Blue #363EAF
Tints of Persian Blue #363EAF
RGB
CMYK
RGB Variations
Color information
#363EAF (or 0x363EAF) is known color: Persian Blue. HEX triplet: 36, 3E and AF. RGB value is (54,62,175). Sum of RGB (Red+Green+Blue) = 54+62+175=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #363EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363EAF is #C9C150. Grayscale: #484848. Windows color (decimal): -13222225 or 11484726. OLE color: 11484726.
HSL color Cylindrical-coordinate representation of color #363EAF: hue angle of 236.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363EAF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 62 | 175 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.31 |
| HSL | 236.03º | 0.53% | 0.45% | - |
| HSV(B) | 236.03º | 0.69% | 0.69% | - |
| XYZ | 10.98 | 7.32 | 41.39 | - |
| YUV | 72.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 175 | 0.69 | 0.65 | 0 | 0.31 | 236.03 | 0.53 | 0.45 |
| Hex | 36 | 3E | AF | 45 | 41 | 0 | 1F | EC | 35 | 2D |
| Octal | 66 | 76 | 257 | 105 | 101 | 0 | 37 | 354 | 65 | 55 |
| Binary | 110110 | 111110 | 10101111 | 1000101 | 1000001 | 0 | 11111 | 11101100 | 110101 | 101101 |
Color Harmonies of #363EAF
Complementary color
Monochromatic Colors of #363EAF
Black with #363EAF
Text Example
Text Example
White with #363EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EAF; }
p { color: rgb(54,62,175); }
H1.HeaderClassName
{
color: #363EAF;
}
.AnyTagClassName
{
color: #363EAF;
}
</style>
background-color css
<style>
a { background-color: #363EAF; }
a { background-color: rgb(54,62,175); }
div.DivClassName
{
background-color: #363EAF;
}
.BgClassName
{
background-color: #363EAF;
}
</style>
border-color css
<style>
span { border-color: #363EAF; }
span { border-color: rgb(54,62,175); }
td.TdClassName
{
border-color: #363EAF;
}
.TagClassName
{
border-color: #363EAF;
}
</style>