Shades of Persian Blue #253FB3
Tints of Persian Blue #253FB3
RGB
CMYK
RGB Variations
Color information
#253FB3 (or 0x253FB3) is known color: Persian Blue. HEX triplet: 25, 3F and B3. RGB value is (37,63,179). Sum of RGB (Red+Green+Blue) = 37+63+179=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #253FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FB3 is #DAC04C. Grayscale: #434343. Windows color (decimal): -14336077 or 11747109. OLE color: 11747109.
HSL color Cylindrical-coordinate representation of color #253FB3: hue angle of 229.01º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #253FB3 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 63 | 179 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.30 |
| HSL | 229.01º | 0.66% | 0.42% | - |
| HSV(B) | 229.01º | 0.79% | 0.7% | - |
| XYZ | 10.68 | 7.2 | 43.48 | - |
| YUV | 68.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 179 | 0.79 | 0.65 | 0 | 0.30 | 229.01 | 0.66 | 0.42 |
| Hex | 25 | 3F | B3 | 4F | 41 | 0 | 1E | E5 | 42 | 2A |
| Octal | 45 | 77 | 263 | 117 | 101 | 0 | 36 | 345 | 102 | 52 |
| Binary | 100101 | 111111 | 10110011 | 1001111 | 1000001 | 0 | 11110 | 11100101 | 1000010 | 101010 |
Color Harmonies of #253FB3
Complementary color
Monochromatic Colors of #253FB3
Black with #253FB3
Text Example
Text Example
White with #253FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FB3; }
p { color: rgb(37,63,179); }
H1.HeaderClassName
{
color: #253FB3;
}
.AnyTagClassName
{
color: #253FB3;
}
</style>
background-color css
<style>
a { background-color: #253FB3; }
a { background-color: rgb(37,63,179); }
div.DivClassName
{
background-color: #253FB3;
}
.BgClassName
{
background-color: #253FB3;
}
</style>
border-color css
<style>
span { border-color: #253FB3; }
span { border-color: rgb(37,63,179); }
td.TdClassName
{
border-color: #253FB3;
}
.TagClassName
{
border-color: #253FB3;
}
</style>