Shades of Persian Blue #262DCF
Tints of Persian Blue #262DCF
RGB
CMYK
RGB Variations
Color information
#262DCF (or 0x262DCF) is known color: Persian Blue. HEX triplet: 26, 2D and CF. RGB value is (38,45,207). Sum of RGB (Red+Green+Blue) = 38+45+207=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #262DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DCF is #D9D230. Grayscale: #3C3C3C. Windows color (decimal): -14275121 or 13577510. OLE color: 13577510.
HSL color Cylindrical-coordinate representation of color #262DCF: hue angle of 237.51º 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 #262DCF is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 45 | 207 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.19 |
| HSL | 237.51º | 0.69% | 0.48% | - |
| HSV(B) | 237.51º | 0.82% | 0.81% | - |
| XYZ | 13 | 6.79 | 59.66 | - |
| YUV | 61.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 207 | 0.82 | 0.78 | 0 | 0.19 | 237.51 | 0.69 | 0.48 |
| Hex | 26 | 2D | CF | 52 | 4E | 0 | 13 | EE | 45 | 30 |
| Octal | 46 | 55 | 317 | 122 | 116 | 0 | 23 | 356 | 105 | 60 |
| Binary | 100110 | 101101 | 11001111 | 1010010 | 1001110 | 0 | 10011 | 11101110 | 1000101 | 110000 |
Color Harmonies of #262DCF
Complementary color
Monochromatic Colors of #262DCF
Black with #262DCF
Text Example
Text Example
White with #262DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DCF; }
p { color: rgb(38,45,207); }
H1.HeaderClassName
{
color: #262DCF;
}
.AnyTagClassName
{
color: #262DCF;
}
</style>
background-color css
<style>
a { background-color: #262DCF; }
a { background-color: rgb(38,45,207); }
div.DivClassName
{
background-color: #262DCF;
}
.BgClassName
{
background-color: #262DCF;
}
</style>
border-color css
<style>
span { border-color: #262DCF; }
span { border-color: rgb(38,45,207); }
td.TdClassName
{
border-color: #262DCF;
}
.TagClassName
{
border-color: #262DCF;
}
</style>