Shades of Persian Blue #352FDA
Tints of Persian Blue #352FDA
RGB
CMYK
RGB Variations
Color information
#352FDA (or 0x352FDA) is known color: Persian Blue. HEX triplet: 35, 2F and DA. RGB value is (53,47,218). Sum of RGB (Red+Green+Blue) = 53+47+218=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #352FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #352FDA is #CAD025. Grayscale: #434343. Windows color (decimal): -13291558 or 14298933. OLE color: 14298933.
HSL color Cylindrical-coordinate representation of color #352FDA: hue angle of 242.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352FDA is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 47 | 218 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.15 |
| HSL | 242.11º | 0.7% | 0.52% | - |
| HSV(B) | 242.11º | 0.78% | 0.85% | - |
| XYZ | 15.14 | 7.85 | 67.05 | - |
| YUV | 68.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 218 | 0.76 | 0.78 | 0 | 0.15 | 242.11 | 0.7 | 0.52 |
| Hex | 35 | 2F | DA | 4C | 4E | 0 | F | F2 | 46 | 34 |
| Octal | 65 | 57 | 332 | 114 | 116 | 0 | 17 | 362 | 106 | 64 |
| Binary | 110101 | 101111 | 11011010 | 1001100 | 1001110 | 0 | 1111 | 11110010 | 1000110 | 110100 |
Color Harmonies of #352FDA
Complementary color
Monochromatic Colors of #352FDA
Black with #352FDA
Text Example
Text Example
White with #352FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352FDA; }
p { color: rgb(53,47,218); }
H1.HeaderClassName
{
color: #352FDA;
}
.AnyTagClassName
{
color: #352FDA;
}
</style>
background-color css
<style>
a { background-color: #352FDA; }
a { background-color: rgb(53,47,218); }
div.DivClassName
{
background-color: #352FDA;
}
.BgClassName
{
background-color: #352FDA;
}
</style>
border-color css
<style>
span { border-color: #352FDA; }
span { border-color: rgb(53,47,218); }
td.TdClassName
{
border-color: #352FDA;
}
.TagClassName
{
border-color: #352FDA;
}
</style>