Shades of Persian Blue #2530AF
Tints of Persian Blue #2530AF
RGB
CMYK
RGB Variations
Color information
#2530AF (or 0x2530AF) is known color: Persian Blue. HEX triplet: 25, 30 and AF. RGB value is (37,48,175). Sum of RGB (Red+Green+Blue) = 37+48+175=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #2530AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2530AF is #DACF50. Grayscale: #3A3A3A. Windows color (decimal): -14339921 or 11481125. OLE color: 11481125.
HSL color Cylindrical-coordinate representation of color #2530AF: hue angle of 235.22º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2530AF is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 48 | 175 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.31 |
| HSL | 235.22º | 0.65% | 0.42% | - |
| HSV(B) | 235.22º | 0.79% | 0.69% | - |
| XYZ | 9.56 | 5.6 | 41.14 | - |
| YUV | 59.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 175 | 0.79 | 0.73 | 0 | 0.31 | 235.22 | 0.65 | 0.42 |
| Hex | 25 | 30 | AF | 4F | 49 | 0 | 1F | EB | 41 | 2A |
| Octal | 45 | 60 | 257 | 117 | 111 | 0 | 37 | 353 | 101 | 52 |
| Binary | 100101 | 110000 | 10101111 | 1001111 | 1001001 | 0 | 11111 | 11101011 | 1000001 | 101010 |
Color Harmonies of #2530AF
Complementary color
Monochromatic Colors of #2530AF
Black with #2530AF
Text Example
Text Example
White with #2530AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530AF; }
p { color: rgb(37,48,175); }
H1.HeaderClassName
{
color: #2530AF;
}
.AnyTagClassName
{
color: #2530AF;
}
</style>
background-color css
<style>
a { background-color: #2530AF; }
a { background-color: rgb(37,48,175); }
div.DivClassName
{
background-color: #2530AF;
}
.BgClassName
{
background-color: #2530AF;
}
</style>
border-color css
<style>
span { border-color: #2530AF; }
span { border-color: rgb(37,48,175); }
td.TdClassName
{
border-color: #2530AF;
}
.TagClassName
{
border-color: #2530AF;
}
</style>