Shades of Persian Blue #2325CE
Tints of Persian Blue #2325CE
RGB
CMYK
RGB Variations
Color information
#2325CE (or 0x2325CE) is known color: Persian Blue. HEX triplet: 23, 25 and CE. RGB value is (35,37,206). Sum of RGB (Red+Green+Blue) = 35+37+206=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2325CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2325CE is #DCDA31. Grayscale: #363636. Windows color (decimal): -14473778 or 13509923. OLE color: 13509923.
HSL color Cylindrical-coordinate representation of color #2325CE: hue angle of 239.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2325CE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 37 | 206 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.19 |
| HSL | 239.3º | 0.71% | 0.47% | - |
| HSV(B) | 239.3º | 0.83% | 0.81% | - |
| XYZ | 12.5 | 6.14 | 58.92 | - |
| YUV | 55.67 | 212.84 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 206 | 0.83 | 0.82 | 0 | 0.19 | 239.3 | 0.71 | 0.47 |
| Hex | 23 | 25 | CE | 53 | 52 | 0 | 13 | EF | 47 | 2F |
| Octal | 43 | 45 | 316 | 123 | 122 | 0 | 23 | 357 | 107 | 57 |
| Binary | 100011 | 100101 | 11001110 | 1010011 | 1010010 | 0 | 10011 | 11101111 | 1000111 | 101111 |
Color Harmonies of #2325CE
Complementary color
Monochromatic Colors of #2325CE
Black with #2325CE
Text Example
Text Example
White with #2325CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2325CE; }
p { color: rgb(35,37,206); }
H1.HeaderClassName
{
color: #2325CE;
}
.AnyTagClassName
{
color: #2325CE;
}
</style>
background-color css
<style>
a { background-color: #2325CE; }
a { background-color: rgb(35,37,206); }
div.DivClassName
{
background-color: #2325CE;
}
.BgClassName
{
background-color: #2325CE;
}
</style>
border-color css
<style>
span { border-color: #2325CE; }
span { border-color: rgb(35,37,206); }
td.TdClassName
{
border-color: #2325CE;
}
.TagClassName
{
border-color: #2325CE;
}
</style>