Shades of Persian Blue #253DC2
Tints of Persian Blue #253DC2
RGB
CMYK
RGB Variations
Color information
#253DC2 (or 0x253DC2) is known color: Persian Blue. HEX triplet: 25, 3D and C2. RGB value is (37,61,194). Sum of RGB (Red+Green+Blue) = 37+61+194=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #253DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DC2 is #DAC23D. Grayscale: #444444. Windows color (decimal): -14336574 or 12729637. OLE color: 12729637.
HSL color Cylindrical-coordinate representation of color #253DC2: hue angle of 230.83º 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 #253DC2 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 61 | 194 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.24 |
| HSL | 230.83º | 0.68% | 0.45% | - |
| HSV(B) | 230.83º | 0.81% | 0.76% | - |
| XYZ | 12.17 | 7.63 | 51.87 | - |
| YUV | 68.99 | 198.55 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 194 | 0.81 | 0.69 | 0 | 0.24 | 230.83 | 0.68 | 0.45 |
| Hex | 25 | 3D | C2 | 51 | 45 | 0 | 18 | E7 | 44 | 2D |
| Octal | 45 | 75 | 302 | 121 | 105 | 0 | 30 | 347 | 104 | 55 |
| Binary | 100101 | 111101 | 11000010 | 1010001 | 1000101 | 0 | 11000 | 11100111 | 1000100 | 101101 |
Color Harmonies of #253DC2
Complementary color
Monochromatic Colors of #253DC2
Black with #253DC2
Text Example
Text Example
White with #253DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DC2; }
p { color: rgb(37,61,194); }
H1.HeaderClassName
{
color: #253DC2;
}
.AnyTagClassName
{
color: #253DC2;
}
</style>
background-color css
<style>
a { background-color: #253DC2; }
a { background-color: rgb(37,61,194); }
div.DivClassName
{
background-color: #253DC2;
}
.BgClassName
{
background-color: #253DC2;
}
</style>
border-color css
<style>
span { border-color: #253DC2; }
span { border-color: rgb(37,61,194); }
td.TdClassName
{
border-color: #253DC2;
}
.TagClassName
{
border-color: #253DC2;
}
</style>