Shades of Persian Blue #253FC2
Tints of Persian Blue #253FC2
RGB
CMYK
RGB Variations
Color information
#253FC2 (or 0x253FC2) is known color: Persian Blue. HEX triplet: 25, 3F and C2. RGB value is (37,63,194). Sum of RGB (Red+Green+Blue) = 37+63+194=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #253FC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FC2 is #DAC03D. Grayscale: #454545. Windows color (decimal): -14336062 or 12730149. OLE color: 12730149.
HSL color Cylindrical-coordinate representation of color #253FC2: hue angle of 230.06º 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 #253FC2 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 63 | 194 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.24 |
| HSL | 230.06º | 0.68% | 0.45% | - |
| HSV(B) | 230.06º | 0.81% | 0.76% | - |
| XYZ | 12.28 | 7.84 | 51.91 | - |
| YUV | 70.16 | 197.89 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 194 | 0.81 | 0.68 | 0 | 0.24 | 230.06 | 0.68 | 0.45 |
| Hex | 25 | 3F | C2 | 51 | 44 | 0 | 18 | E6 | 44 | 2D |
| Octal | 45 | 77 | 302 | 121 | 104 | 0 | 30 | 346 | 104 | 55 |
| Binary | 100101 | 111111 | 11000010 | 1010001 | 1000100 | 0 | 11000 | 11100110 | 1000100 | 101101 |
Color Harmonies of #253FC2
Complementary color
Monochromatic Colors of #253FC2
Black with #253FC2
Text Example
Text Example
White with #253FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FC2; }
p { color: rgb(37,63,194); }
H1.HeaderClassName
{
color: #253FC2;
}
.AnyTagClassName
{
color: #253FC2;
}
</style>
background-color css
<style>
a { background-color: #253FC2; }
a { background-color: rgb(37,63,194); }
div.DivClassName
{
background-color: #253FC2;
}
.BgClassName
{
background-color: #253FC2;
}
</style>
border-color css
<style>
span { border-color: #253FC2; }
span { border-color: rgb(37,63,194); }
td.TdClassName
{
border-color: #253FC2;
}
.TagClassName
{
border-color: #253FC2;
}
</style>