Shades of Persian Blue #262BED
Tints of Persian Blue #262BED
RGB
CMYK
RGB Variations
Color information
#262BED (or 0x262BED) is known color: Persian Blue. HEX triplet: 26, 2B and ED. RGB value is (38,43,237). Sum of RGB (Red+Green+Blue) = 38+43+237=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #262BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262BED is #D9D412. Grayscale: #3E3E3E. Windows color (decimal): -14275603 or 15543078. OLE color: 15543078.
HSL color Cylindrical-coordinate representation of color #262BED: hue angle of 238.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #262BED is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 43 | 237 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.07 |
| HSL | 238.49º | 0.85% | 0.54% | - |
| HSV(B) | 238.49º | 0.84% | 0.93% | - |
| XYZ | 16.95 | 8.25 | 80.82 | - |
| YUV | 63.62 | 225.84 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 237 | 0.84 | 0.82 | 0 | 0.07 | 238.49 | 0.85 | 0.54 |
| Hex | 26 | 2B | ED | 54 | 52 | 0 | 7 | EE | 55 | 36 |
| Octal | 46 | 53 | 355 | 124 | 122 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100110 | 101011 | 11101101 | 1010100 | 1010010 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #262BED
Complementary color
Monochromatic Colors of #262BED
Black with #262BED
Text Example
Text Example
White with #262BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BED; }
p { color: rgb(38,43,237); }
H1.HeaderClassName
{
color: #262BED;
}
.AnyTagClassName
{
color: #262BED;
}
</style>
background-color css
<style>
a { background-color: #262BED; }
a { background-color: rgb(38,43,237); }
div.DivClassName
{
background-color: #262BED;
}
.BgClassName
{
background-color: #262BED;
}
</style>
border-color css
<style>
span { border-color: #262BED; }
span { border-color: rgb(38,43,237); }
td.TdClassName
{
border-color: #262BED;
}
.TagClassName
{
border-color: #262BED;
}
</style>