Shades of Persian Blue #2625CE
Tints of Persian Blue #2625CE
RGB
CMYK
RGB Variations
Color information
#2625CE (or 0x2625CE) is known color: Persian Blue. HEX triplet: 26, 25 and CE. RGB value is (38,37,206). Sum of RGB (Red+Green+Blue) = 38+37+206=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2625CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2625CE is #D9DA31. Grayscale: #373737. Windows color (decimal): -14277170 or 13509926. OLE color: 13509926.
HSL color Cylindrical-coordinate representation of color #2625CE: hue angle of 240.36º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2625CE is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 37 | 206 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.19 |
| HSL | 240.36º | 0.7% | 0.48% | - |
| HSV(B) | 240.36º | 0.82% | 0.81% | - |
| XYZ | 12.6 | 6.19 | 58.92 | - |
| YUV | 56.57 | 212.33 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 37 | 206 | 0.82 | 0.82 | 0 | 0.19 | 240.36 | 0.7 | 0.48 |
| Hex | 26 | 25 | CE | 52 | 52 | 0 | 13 | F0 | 46 | 30 |
| Octal | 46 | 45 | 316 | 122 | 122 | 0 | 23 | 360 | 106 | 60 |
| Binary | 100110 | 100101 | 11001110 | 1010010 | 1010010 | 0 | 10011 | 11110000 | 1000110 | 110000 |
Color Harmonies of #2625CE
Complementary color
Monochromatic Colors of #2625CE
Black with #2625CE
Text Example
Text Example
White with #2625CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2625CE; }
p { color: rgb(38,37,206); }
H1.HeaderClassName
{
color: #2625CE;
}
.AnyTagClassName
{
color: #2625CE;
}
</style>
background-color css
<style>
a { background-color: #2625CE; }
a { background-color: rgb(38,37,206); }
div.DivClassName
{
background-color: #2625CE;
}
.BgClassName
{
background-color: #2625CE;
}
</style>
border-color css
<style>
span { border-color: #2625CE; }
span { border-color: rgb(38,37,206); }
td.TdClassName
{
border-color: #2625CE;
}
.TagClassName
{
border-color: #2625CE;
}
</style>