Shades of Persian Blue #2530BB
Tints of Persian Blue #2530BB
RGB
CMYK
RGB Variations
Color information
#2530BB (or 0x2530BB) is known color: Persian Blue. HEX triplet: 25, 30 and BB. RGB value is (37,48,187). Sum of RGB (Red+Green+Blue) = 37+48+187=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #2530BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530BB is #DACF44. Grayscale: #3B3B3B. Windows color (decimal): -14339909 or 12267557. OLE color: 12267557.
HSL color Cylindrical-coordinate representation of color #2530BB: hue angle of 235.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2530BB is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 48 | 187 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.27 |
| HSL | 235.6º | 0.67% | 0.44% | - |
| HSV(B) | 235.6º | 0.8% | 0.73% | - |
| XYZ | 10.79 | 6.1 | 47.62 | - |
| YUV | 60.56 | 199.36 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 187 | 0.80 | 0.74 | 0 | 0.27 | 235.6 | 0.67 | 0.44 |
| Hex | 25 | 30 | BB | 50 | 4A | 0 | 1B | EC | 43 | 2C |
| Octal | 45 | 60 | 273 | 120 | 112 | 0 | 33 | 354 | 103 | 54 |
| Binary | 100101 | 110000 | 10111011 | 1010000 | 1001010 | 0 | 11011 | 11101100 | 1000011 | 101100 |
Color Harmonies of #2530BB
Complementary color
Monochromatic Colors of #2530BB
Black with #2530BB
Text Example
Text Example
White with #2530BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530BB; }
p { color: rgb(37,48,187); }
H1.HeaderClassName
{
color: #2530BB;
}
.AnyTagClassName
{
color: #2530BB;
}
</style>
background-color css
<style>
a { background-color: #2530BB; }
a { background-color: rgb(37,48,187); }
div.DivClassName
{
background-color: #2530BB;
}
.BgClassName
{
background-color: #2530BB;
}
</style>
border-color css
<style>
span { border-color: #2530BB; }
span { border-color: rgb(37,48,187); }
td.TdClassName
{
border-color: #2530BB;
}
.TagClassName
{
border-color: #2530BB;
}
</style>