Shades of Persian Blue #3512C4
Tints of Persian Blue #3512C4
RGB
CMYK
RGB Variations
Color information
#3512C4 (or 0x3512C4) is known color: Persian Blue. HEX triplet: 35, 12 and C4. RGB value is (53,18,196). Sum of RGB (Red+Green+Blue) = 53+18+196=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 196 (76.95% from 255 or 73.41% from 267); Max value from RGB is 196 - color contains mainly: blue. Hex color #3512C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512C4 is #CAED3B. Grayscale: #303030. Windows color (decimal): -13299004 or 12849717. OLE color: 12849717.
HSL color Cylindrical-coordinate representation of color #3512C4: hue angle of 251.8º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3512C4 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 18 | 196 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.23 |
| HSL | 251.8º | 0.83% | 0.42% | - |
| HSV(B) | 251.8º | 0.91% | 0.77% | - |
| XYZ | 11.65 | 5.18 | 52.61 | - |
| YUV | 48.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 196 | 0.73 | 0.91 | 0 | 0.23 | 251.8 | 0.83 | 0.42 |
| Hex | 35 | 12 | C4 | 49 | 5B | 0 | 17 | FC | 53 | 2A |
| Octal | 65 | 22 | 304 | 111 | 133 | 0 | 27 | 374 | 123 | 52 |
| Binary | 110101 | 10010 | 11000100 | 1001001 | 1011011 | 0 | 10111 | 11111100 | 1010011 | 101010 |
Color Harmonies of #3512C4
Complementary color
Monochromatic Colors of #3512C4
Black with #3512C4
Text Example
Text Example
White with #3512C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512C4; }
p { color: rgb(53,18,196); }
H1.HeaderClassName
{
color: #3512C4;
}
.AnyTagClassName
{
color: #3512C4;
}
</style>
background-color css
<style>
a { background-color: #3512C4; }
a { background-color: rgb(53,18,196); }
div.DivClassName
{
background-color: #3512C4;
}
.BgClassName
{
background-color: #3512C4;
}
</style>
border-color css
<style>
span { border-color: #3512C4; }
span { border-color: rgb(53,18,196); }
td.TdClassName
{
border-color: #3512C4;
}
.TagClassName
{
border-color: #3512C4;
}
</style>