Shades of Persian Blue #262FEB
Tints of Persian Blue #262FEB
RGB
CMYK
RGB Variations
Color information
#262FEB (or 0x262FEB) is known color: Persian Blue. HEX triplet: 26, 2F and EB. RGB value is (38,47,235). Sum of RGB (Red+Green+Blue) = 38+47+235=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #262FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262FEB is #D9D014. Grayscale: #404040. Windows color (decimal): -14274581 or 15413030. OLE color: 15413030.
HSL color Cylindrical-coordinate representation of color #262FEB: hue angle of 237.26º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262FEB is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 47 | 235 | - |
| CMYK | 0.84 | 0.8 | 0 | 0.08 |
| HSL | 237.26º | 0.83% | 0.54% | - |
| HSV(B) | 237.26º | 0.84% | 0.92% | - |
| XYZ | 16.81 | 8.44 | 79.34 | - |
| YUV | 65.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 235 | 0.84 | 0.8 | 0 | 0.08 | 237.26 | 0.83 | 0.54 |
| Hex | 26 | 2F | EB | 54 | 50 | 0 | 8 | ED | 53 | 36 |
| Octal | 46 | 57 | 353 | 124 | 120 | 0 | 10 | 355 | 123 | 66 |
| Binary | 100110 | 101111 | 11101011 | 1010100 | 1010000 | 0 | 1000 | 11101101 | 1010011 | 110110 |
Color Harmonies of #262FEB
Complementary color
Monochromatic Colors of #262FEB
Black with #262FEB
Text Example
Text Example
White with #262FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FEB; }
p { color: rgb(38,47,235); }
H1.HeaderClassName
{
color: #262FEB;
}
.AnyTagClassName
{
color: #262FEB;
}
</style>
background-color css
<style>
a { background-color: #262FEB; }
a { background-color: rgb(38,47,235); }
div.DivClassName
{
background-color: #262FEB;
}
.BgClassName
{
background-color: #262FEB;
}
</style>
border-color css
<style>
span { border-color: #262FEB; }
span { border-color: rgb(38,47,235); }
td.TdClassName
{
border-color: #262FEB;
}
.TagClassName
{
border-color: #262FEB;
}
</style>