Shades of Persian Blue #363BC3
Tints of Persian Blue #363BC3
RGB
CMYK
RGB Variations
Color information
#363BC3 (or 0x363BC3) is known color: Persian Blue. HEX triplet: 36, 3B and C3. RGB value is (54,59,195). Sum of RGB (Red+Green+Blue) = 54+59+195=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #363BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BC3 is #C9C43C. Grayscale: #484848. Windows color (decimal): -13222973 or 12794678. OLE color: 12794678.
HSL color Cylindrical-coordinate representation of color #363BC3: hue angle of 237.87º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #363BC3 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 59 | 195 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.24 |
| HSL | 237.87º | 0.57% | 0.49% | - |
| HSV(B) | 237.87º | 0.72% | 0.76% | - |
| XYZ | 12.94 | 7.85 | 52.46 | - |
| YUV | 73.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 195 | 0.72 | 0.70 | 0 | 0.24 | 237.87 | 0.57 | 0.49 |
| Hex | 36 | 3B | C3 | 48 | 46 | 0 | 18 | EE | 39 | 31 |
| Octal | 66 | 73 | 303 | 110 | 106 | 0 | 30 | 356 | 71 | 61 |
| Binary | 110110 | 111011 | 11000011 | 1001000 | 1000110 | 0 | 11000 | 11101110 | 111001 | 110001 |
Color Harmonies of #363BC3
Complementary color
Monochromatic Colors of #363BC3
Black with #363BC3
Text Example
Text Example
White with #363BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BC3; }
p { color: rgb(54,59,195); }
H1.HeaderClassName
{
color: #363BC3;
}
.AnyTagClassName
{
color: #363BC3;
}
</style>
background-color css
<style>
a { background-color: #363BC3; }
a { background-color: rgb(54,59,195); }
div.DivClassName
{
background-color: #363BC3;
}
.BgClassName
{
background-color: #363BC3;
}
</style>
border-color css
<style>
span { border-color: #363BC3; }
span { border-color: rgb(54,59,195); }
td.TdClassName
{
border-color: #363BC3;
}
.TagClassName
{
border-color: #363BC3;
}
</style>