Shades of Persian Blue #363DAC
Tints of Persian Blue #363DAC
RGB
CMYK
RGB Variations
Color information
#363DAC (or 0x363DAC) is known color: Persian Blue. HEX triplet: 36, 3D and AC. RGB value is (54,61,172). Sum of RGB (Red+Green+Blue) = 54+61+172=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #363DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363DAC is #C9C253. Grayscale: #474747. Windows color (decimal): -13222484 or 11287862. OLE color: 11287862.
HSL color Cylindrical-coordinate representation of color #363DAC: hue angle of 236.44º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363DAC is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 61 | 172 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.33 |
| HSL | 236.44º | 0.52% | 0.44% | - |
| HSV(B) | 236.44º | 0.69% | 0.67% | - |
| XYZ | 10.64 | 7.1 | 39.84 | - |
| YUV | 71.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 172 | 0.69 | 0.65 | 0 | 0.33 | 236.44 | 0.52 | 0.44 |
| Hex | 36 | 3D | AC | 45 | 41 | 0 | 21 | EC | 34 | 2C |
| Octal | 66 | 75 | 254 | 105 | 101 | 0 | 41 | 354 | 64 | 54 |
| Binary | 110110 | 111101 | 10101100 | 1000101 | 1000001 | 0 | 100001 | 11101100 | 110100 | 101100 |
Color Harmonies of #363DAC
Complementary color
Monochromatic Colors of #363DAC
Black with #363DAC
Text Example
Text Example
White with #363DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363DAC; }
p { color: rgb(54,61,172); }
H1.HeaderClassName
{
color: #363DAC;
}
.AnyTagClassName
{
color: #363DAC;
}
</style>
background-color css
<style>
a { background-color: #363DAC; }
a { background-color: rgb(54,61,172); }
div.DivClassName
{
background-color: #363DAC;
}
.BgClassName
{
background-color: #363DAC;
}
</style>
border-color css
<style>
span { border-color: #363DAC; }
span { border-color: rgb(54,61,172); }
td.TdClassName
{
border-color: #363DAC;
}
.TagClassName
{
border-color: #363DAC;
}
</style>