Shades of Persian Blue #363AC4
Tints of Persian Blue #363AC4
RGB
CMYK
RGB Variations
Color information
#363AC4 (or 0x363AC4) is known color: Persian Blue. HEX triplet: 36, 3A and C4. RGB value is (54,58,196). Sum of RGB (Red+Green+Blue) = 54+58+196=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #363AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363AC4 is #C9C53B. Grayscale: #474747. Windows color (decimal): -13223228 or 12859958. OLE color: 12859958.
HSL color Cylindrical-coordinate representation of color #363AC4: hue angle of 238.31º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363AC4 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 58 | 196 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.23 |
| HSL | 238.31º | 0.57% | 0.49% | - |
| HSV(B) | 238.31º | 0.72% | 0.77% | - |
| XYZ | 13 | 7.8 | 53.04 | - |
| YUV | 72.54 | 197.67 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 196 | 0.72 | 0.70 | 0 | 0.23 | 238.31 | 0.57 | 0.49 |
| Hex | 36 | 3A | C4 | 48 | 46 | 0 | 17 | EE | 39 | 31 |
| Octal | 66 | 72 | 304 | 110 | 106 | 0 | 27 | 356 | 71 | 61 |
| Binary | 110110 | 111010 | 11000100 | 1001000 | 1000110 | 0 | 10111 | 11101110 | 111001 | 110001 |
Color Harmonies of #363AC4
Complementary color
Monochromatic Colors of #363AC4
Black with #363AC4
Text Example
Text Example
White with #363AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AC4; }
p { color: rgb(54,58,196); }
H1.HeaderClassName
{
color: #363AC4;
}
.AnyTagClassName
{
color: #363AC4;
}
</style>
background-color css
<style>
a { background-color: #363AC4; }
a { background-color: rgb(54,58,196); }
div.DivClassName
{
background-color: #363AC4;
}
.BgClassName
{
background-color: #363AC4;
}
</style>
border-color css
<style>
span { border-color: #363AC4; }
span { border-color: rgb(54,58,196); }
td.TdClassName
{
border-color: #363AC4;
}
.TagClassName
{
border-color: #363AC4;
}
</style>