Shades of Persian Blue #262FDE
Tints of Persian Blue #262FDE
RGB
CMYK
RGB Variations
Color information
#262FDE (or 0x262FDE) is known color: Persian Blue. HEX triplet: 26, 2F and DE. RGB value is (38,47,222). Sum of RGB (Red+Green+Blue) = 38+47+222=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #262FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FDE is #D9D021. Grayscale: #3F3F3F. Windows color (decimal): -14274594 or 14561062. OLE color: 14561062.
HSL color Cylindrical-coordinate representation of color #262FDE: hue angle of 237.07º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262FDE is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 47 | 222 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.13 |
| HSL | 237.07º | 0.74% | 0.51% | - |
| HSV(B) | 237.07º | 0.83% | 0.87% | - |
| XYZ | 15 | 7.72 | 69.81 | - |
| YUV | 64.26 | 217.02 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 222 | 0.83 | 0.79 | 0 | 0.13 | 237.07 | 0.74 | 0.51 |
| Hex | 26 | 2F | DE | 53 | 4F | 0 | D | ED | 4A | 33 |
| Octal | 46 | 57 | 336 | 123 | 117 | 0 | 15 | 355 | 112 | 63 |
| Binary | 100110 | 101111 | 11011110 | 1010011 | 1001111 | 0 | 1101 | 11101101 | 1001010 | 110011 |
Color Harmonies of #262FDE
Complementary color
Monochromatic Colors of #262FDE
Black with #262FDE
Text Example
Text Example
White with #262FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FDE; }
p { color: rgb(38,47,222); }
H1.HeaderClassName
{
color: #262FDE;
}
.AnyTagClassName
{
color: #262FDE;
}
</style>
background-color css
<style>
a { background-color: #262FDE; }
a { background-color: rgb(38,47,222); }
div.DivClassName
{
background-color: #262FDE;
}
.BgClassName
{
background-color: #262FDE;
}
</style>
border-color css
<style>
span { border-color: #262FDE; }
span { border-color: rgb(38,47,222); }
td.TdClassName
{
border-color: #262FDE;
}
.TagClassName
{
border-color: #262FDE;
}
</style>