Shades of Persian Blue #351ECB
Tints of Persian Blue #351ECB
RGB
CMYK
RGB Variations
Color information
#351ECB (or 0x351ECB) is known color: Persian Blue. HEX triplet: 35, 1E and CB. RGB value is (53,30,203). Sum of RGB (Red+Green+Blue) = 53+30+203=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #351ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ECB is #CAE134. Grayscale: #373737. Windows color (decimal): -13295925 or 13311541. OLE color: 13311541.
HSL color Cylindrical-coordinate representation of color #351ECB: hue angle of 247.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #351ECB is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 30 | 203 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.20 |
| HSL | 247.98º | 0.74% | 0.46% | - |
| HSV(B) | 247.98º | 0.85% | 0.8% | - |
| XYZ | 12.71 | 6 | 56.99 | - |
| YUV | 56.6 | 210.62 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 203 | 0.74 | 0.85 | 0 | 0.20 | 247.98 | 0.74 | 0.46 |
| Hex | 35 | 1E | CB | 4A | 55 | 0 | 14 | F8 | 4A | 2E |
| Octal | 65 | 36 | 313 | 112 | 125 | 0 | 24 | 370 | 112 | 56 |
| Binary | 110101 | 11110 | 11001011 | 1001010 | 1010101 | 0 | 10100 | 11111000 | 1001010 | 101110 |
Color Harmonies of #351ECB
Complementary color
Monochromatic Colors of #351ECB
Black with #351ECB
Text Example
Text Example
White with #351ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351ECB; }
p { color: rgb(53,30,203); }
H1.HeaderClassName
{
color: #351ECB;
}
.AnyTagClassName
{
color: #351ECB;
}
</style>
background-color css
<style>
a { background-color: #351ECB; }
a { background-color: rgb(53,30,203); }
div.DivClassName
{
background-color: #351ECB;
}
.BgClassName
{
background-color: #351ECB;
}
</style>
border-color css
<style>
span { border-color: #351ECB; }
span { border-color: rgb(53,30,203); }
td.TdClassName
{
border-color: #351ECB;
}
.TagClassName
{
border-color: #351ECB;
}
</style>