Shades of Persian Blue #362DB3
Tints of Persian Blue #362DB3
RGB
CMYK
RGB Variations
Color information
#362DB3 (or 0x362DB3) is known color: Persian Blue. HEX triplet: 36, 2D and B3. RGB value is (54,45,179). Sum of RGB (Red+Green+Blue) = 54+45+179=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 179 (70.31% from 255 or 64.39% from 278); Max value from RGB is 179 - color contains mainly: blue. Hex color #362DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #362DB3 is #C9D24C. Grayscale: #3E3E3E. Windows color (decimal): -13226573 or 11742518. OLE color: 11742518.
HSL color Cylindrical-coordinate representation of color #362DB3: hue angle of 244.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362DB3 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 45 | 179 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.30 |
| HSL | 244.03º | 0.6% | 0.44% | - |
| HSV(B) | 244.03º | 0.75% | 0.7% | - |
| XYZ | 10.6 | 5.92 | 43.23 | - |
| YUV | 62.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 179 | 0.70 | 0.75 | 0 | 0.30 | 244.03 | 0.6 | 0.44 |
| Hex | 36 | 2D | B3 | 46 | 4B | 0 | 1E | F4 | 3C | 2C |
| Octal | 66 | 55 | 263 | 106 | 113 | 0 | 36 | 364 | 74 | 54 |
| Binary | 110110 | 101101 | 10110011 | 1000110 | 1001011 | 0 | 11110 | 11110100 | 111100 | 101100 |
Color Harmonies of #362DB3
Complementary color
Monochromatic Colors of #362DB3
Black with #362DB3
Text Example
Text Example
White with #362DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362DB3; }
p { color: rgb(54,45,179); }
H1.HeaderClassName
{
color: #362DB3;
}
.AnyTagClassName
{
color: #362DB3;
}
</style>
background-color css
<style>
a { background-color: #362DB3; }
a { background-color: rgb(54,45,179); }
div.DivClassName
{
background-color: #362DB3;
}
.BgClassName
{
background-color: #362DB3;
}
</style>
border-color css
<style>
span { border-color: #362DB3; }
span { border-color: rgb(54,45,179); }
td.TdClassName
{
border-color: #362DB3;
}
.TagClassName
{
border-color: #362DB3;
}
</style>