Shades of Persian Blue #2535BC
Tints of Persian Blue #2535BC
RGB
CMYK
RGB Variations
Color information
#2535BC (or 0x2535BC) is known color: Persian Blue. HEX triplet: 25, 35 and BC. RGB value is (37,53,188). Sum of RGB (Red+Green+Blue) = 37+53+188=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #2535BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2535BC is #DACA43. Grayscale: #3F3F3F. Windows color (decimal): -14338628 or 12334373. OLE color: 12334373.
HSL color Cylindrical-coordinate representation of color #2535BC: hue angle of 233.64º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2535BC is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 53 | 188 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.26 |
| HSL | 233.64º | 0.67% | 0.44% | - |
| HSV(B) | 233.64º | 0.8% | 0.74% | - |
| XYZ | 11.11 | 6.57 | 48.26 | - |
| YUV | 63.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 188 | 0.80 | 0.72 | 0 | 0.26 | 233.64 | 0.67 | 0.44 |
| Hex | 25 | 35 | BC | 50 | 48 | 0 | 1A | EA | 43 | 2C |
| Octal | 45 | 65 | 274 | 120 | 110 | 0 | 32 | 352 | 103 | 54 |
| Binary | 100101 | 110101 | 10111100 | 1010000 | 1001000 | 0 | 11010 | 11101010 | 1000011 | 101100 |
Color Harmonies of #2535BC
Complementary color
Monochromatic Colors of #2535BC
Black with #2535BC
Text Example
Text Example
White with #2535BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2535BC; }
p { color: rgb(37,53,188); }
H1.HeaderClassName
{
color: #2535BC;
}
.AnyTagClassName
{
color: #2535BC;
}
</style>
background-color css
<style>
a { background-color: #2535BC; }
a { background-color: rgb(37,53,188); }
div.DivClassName
{
background-color: #2535BC;
}
.BgClassName
{
background-color: #2535BC;
}
</style>
border-color css
<style>
span { border-color: #2535BC; }
span { border-color: rgb(37,53,188); }
td.TdClassName
{
border-color: #2535BC;
}
.TagClassName
{
border-color: #2535BC;
}
</style>