Shades of Persian Blue #262DCE
Tints of Persian Blue #262DCE
RGB
CMYK
RGB Variations
Color information
#262DCE (or 0x262DCE) is known color: Persian Blue. HEX triplet: 26, 2D and CE. RGB value is (38,45,206). Sum of RGB (Red+Green+Blue) = 38+45+206=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #262DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DCE is #D9D231. Grayscale: #3C3C3C. Windows color (decimal): -14275122 or 13511974. OLE color: 13511974.
HSL color Cylindrical-coordinate representation of color #262DCE: hue angle of 237.5º degrees, saturation: 0.69, 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 #262DCE is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 45 | 206 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.19 |
| HSL | 237.5º | 0.69% | 0.48% | - |
| HSV(B) | 237.5º | 0.82% | 0.81% | - |
| XYZ | 12.88 | 6.75 | 59.02 | - |
| YUV | 61.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 206 | 0.82 | 0.78 | 0 | 0.19 | 237.5 | 0.69 | 0.48 |
| Hex | 26 | 2D | CE | 52 | 4E | 0 | 13 | EE | 45 | 30 |
| Octal | 46 | 55 | 316 | 122 | 116 | 0 | 23 | 356 | 105 | 60 |
| Binary | 100110 | 101101 | 11001110 | 1010010 | 1001110 | 0 | 10011 | 11101110 | 1000101 | 110000 |
Color Harmonies of #262DCE
Complementary color
Monochromatic Colors of #262DCE
Black with #262DCE
Text Example
Text Example
White with #262DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DCE; }
p { color: rgb(38,45,206); }
H1.HeaderClassName
{
color: #262DCE;
}
.AnyTagClassName
{
color: #262DCE;
}
</style>
background-color css
<style>
a { background-color: #262DCE; }
a { background-color: rgb(38,45,206); }
div.DivClassName
{
background-color: #262DCE;
}
.BgClassName
{
background-color: #262DCE;
}
</style>
border-color css
<style>
span { border-color: #262DCE; }
span { border-color: rgb(38,45,206); }
td.TdClassName
{
border-color: #262DCE;
}
.TagClassName
{
border-color: #262DCE;
}
</style>