Shades of Persian Blue #253BC3
Tints of Persian Blue #253BC3
RGB
CMYK
RGB Variations
Color information
#253BC3 (or 0x253BC3) is known color: Persian Blue. HEX triplet: 25, 3B and C3. RGB value is (37,59,195). Sum of RGB (Red+Green+Blue) = 37+59+195=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 195 (76.56% from 255 or 67.01% from 291); Max value from RGB is 195 - color contains mainly: blue. Hex color #253BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253BC3 is #DAC43C. Grayscale: #434343. Windows color (decimal): -14337085 or 12794661. OLE color: 12794661.
HSL color Cylindrical-coordinate representation of color #253BC3: hue angle of 231.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253BC3 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 59 | 195 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.24 |
| HSL | 231.65º | 0.68% | 0.45% | - |
| HSV(B) | 231.65º | 0.81% | 0.76% | - |
| XYZ | 12.18 | 7.46 | 52.43 | - |
| YUV | 67.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 195 | 0.81 | 0.70 | 0 | 0.24 | 231.65 | 0.68 | 0.45 |
| Hex | 25 | 3B | C3 | 51 | 46 | 0 | 18 | E8 | 44 | 2D |
| Octal | 45 | 73 | 303 | 121 | 106 | 0 | 30 | 350 | 104 | 55 |
| Binary | 100101 | 111011 | 11000011 | 1010001 | 1000110 | 0 | 11000 | 11101000 | 1000100 | 101101 |
Color Harmonies of #253BC3
Complementary color
Monochromatic Colors of #253BC3
Black with #253BC3
Text Example
Text Example
White with #253BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BC3; }
p { color: rgb(37,59,195); }
H1.HeaderClassName
{
color: #253BC3;
}
.AnyTagClassName
{
color: #253BC3;
}
</style>
background-color css
<style>
a { background-color: #253BC3; }
a { background-color: rgb(37,59,195); }
div.DivClassName
{
background-color: #253BC3;
}
.BgClassName
{
background-color: #253BC3;
}
</style>
border-color css
<style>
span { border-color: #253BC3; }
span { border-color: rgb(37,59,195); }
td.TdClassName
{
border-color: #253BC3;
}
.TagClassName
{
border-color: #253BC3;
}
</style>