Shades of Persian Blue #253DBB
Tints of Persian Blue #253DBB
RGB
CMYK
RGB Variations
Color information
#253DBB (or 0x253DBB) is known color: Persian Blue. HEX triplet: 25, 3D and BB. RGB value is (37,61,187). Sum of RGB (Red+Green+Blue) = 37+61+187=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #253DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DBB is #DAC244. Grayscale: #434343. Windows color (decimal): -14336581 or 12270885. OLE color: 12270885.
HSL color Cylindrical-coordinate representation of color #253DBB: hue angle of 230.4º 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 #253DBB is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 61 | 187 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.27 |
| HSL | 230.4º | 0.67% | 0.44% | - |
| HSV(B) | 230.4º | 0.8% | 0.73% | - |
| XYZ | 11.4 | 7.32 | 47.83 | - |
| YUV | 68.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 187 | 0.80 | 0.67 | 0 | 0.27 | 230.4 | 0.67 | 0.44 |
| Hex | 25 | 3D | BB | 50 | 43 | 0 | 1B | E6 | 43 | 2C |
| Octal | 45 | 75 | 273 | 120 | 103 | 0 | 33 | 346 | 103 | 54 |
| Binary | 100101 | 111101 | 10111011 | 1010000 | 1000011 | 0 | 11011 | 11100110 | 1000011 | 101100 |
Color Harmonies of #253DBB
Complementary color
Monochromatic Colors of #253DBB
Black with #253DBB
Text Example
Text Example
White with #253DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DBB; }
p { color: rgb(37,61,187); }
H1.HeaderClassName
{
color: #253DBB;
}
.AnyTagClassName
{
color: #253DBB;
}
</style>
background-color css
<style>
a { background-color: #253DBB; }
a { background-color: rgb(37,61,187); }
div.DivClassName
{
background-color: #253DBB;
}
.BgClassName
{
background-color: #253DBB;
}
</style>
border-color css
<style>
span { border-color: #253DBB; }
span { border-color: rgb(37,61,187); }
td.TdClassName
{
border-color: #253DBB;
}
.TagClassName
{
border-color: #253DBB;
}
</style>