Shades of Persian Blue #352BCB
Tints of Persian Blue #352BCB
RGB
CMYK
RGB Variations
Color information
#352BCB (or 0x352BCB) is known color: Persian Blue. HEX triplet: 35, 2B and CB. RGB value is (53,43,203). Sum of RGB (Red+Green+Blue) = 53+43+203=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #352BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352BCB is #CAD434. Grayscale: #3F3F3F. Windows color (decimal): -13292597 or 13314869. OLE color: 13314869.
HSL color Cylindrical-coordinate representation of color #352BCB: hue angle of 243.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #352BCB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 43 | 203 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.20 |
| HSL | 243.75º | 0.65% | 0.48% | - |
| HSV(B) | 243.75º | 0.79% | 0.8% | - |
| XYZ | 13.11 | 6.8 | 57.12 | - |
| YUV | 64.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 203 | 0.74 | 0.79 | 0 | 0.20 | 243.75 | 0.65 | 0.48 |
| Hex | 35 | 2B | CB | 4A | 4F | 0 | 14 | F4 | 41 | 30 |
| Octal | 65 | 53 | 313 | 112 | 117 | 0 | 24 | 364 | 101 | 60 |
| Binary | 110101 | 101011 | 11001011 | 1001010 | 1001111 | 0 | 10100 | 11110100 | 1000001 | 110000 |
Color Harmonies of #352BCB
Complementary color
Monochromatic Colors of #352BCB
Black with #352BCB
Text Example
Text Example
White with #352BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352BCB; }
p { color: rgb(53,43,203); }
H1.HeaderClassName
{
color: #352BCB;
}
.AnyTagClassName
{
color: #352BCB;
}
</style>
background-color css
<style>
a { background-color: #352BCB; }
a { background-color: rgb(53,43,203); }
div.DivClassName
{
background-color: #352BCB;
}
.BgClassName
{
background-color: #352BCB;
}
</style>
border-color css
<style>
span { border-color: #352BCB; }
span { border-color: rgb(53,43,203); }
td.TdClassName
{
border-color: #352BCB;
}
.TagClassName
{
border-color: #352BCB;
}
</style>