Shades of Persian Blue #362DB4
Tints of Persian Blue #362DB4
RGB
CMYK
RGB Variations
Color information
#362DB4 (or 0x362DB4) is known color: Persian Blue. HEX triplet: 36, 2D and B4. RGB value is (54,45,180). Sum of RGB (Red+Green+Blue) = 54+45+180=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #362DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DB4 is #C9D24B. Grayscale: #3E3E3E. Windows color (decimal): -13226572 or 11808054. OLE color: 11808054.
HSL color Cylindrical-coordinate representation of color #362DB4: hue angle of 244º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362DB4 is Cyan = 0.7, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 45 | 180 | - |
| CMYK | 0.7 | 0.75 | 0 | 0.29 |
| HSL | 244º | 0.6% | 0.44% | - |
| HSV(B) | 244º | 0.75% | 0.71% | - |
| XYZ | 10.7 | 5.96 | 43.77 | - |
| YUV | 63.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 180 | 0.7 | 0.75 | 0 | 0.29 | 244 | 0.6 | 0.44 |
| Hex | 36 | 2D | B4 | 46 | 4B | 0 | 1D | F4 | 3C | 2C |
| Octal | 66 | 55 | 264 | 106 | 113 | 0 | 35 | 364 | 74 | 54 |
| Binary | 110110 | 101101 | 10110100 | 1000110 | 1001011 | 0 | 11101 | 11110100 | 111100 | 101100 |
Color Harmonies of #362DB4
Complementary color
Monochromatic Colors of #362DB4
Black with #362DB4
Text Example
Text Example
White with #362DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DB4; }
p { color: rgb(54,45,180); }
H1.HeaderClassName
{
color: #362DB4;
}
.AnyTagClassName
{
color: #362DB4;
}
</style>
background-color css
<style>
a { background-color: #362DB4; }
a { background-color: rgb(54,45,180); }
div.DivClassName
{
background-color: #362DB4;
}
.BgClassName
{
background-color: #362DB4;
}
</style>
border-color css
<style>
span { border-color: #362DB4; }
span { border-color: rgb(54,45,180); }
td.TdClassName
{
border-color: #362DB4;
}
.TagClassName
{
border-color: #362DB4;
}
</style>