Shades of Persian Blue #262BCE
Tints of Persian Blue #262BCE
RGB
CMYK
RGB Variations
Color information
#262BCE (or 0x262BCE) is known color: Persian Blue. HEX triplet: 26, 2B and CE. RGB value is (38,43,206). Sum of RGB (Red+Green+Blue) = 38+43+206=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #262BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BCE is #D9D431. Grayscale: #3B3B3B. Windows color (decimal): -14275634 or 13511462. OLE color: 13511462.
HSL color Cylindrical-coordinate representation of color #262BCE: hue angle of 238.21º 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 #262BCE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 43 | 206 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.19 |
| HSL | 238.21º | 0.69% | 0.48% | - |
| HSV(B) | 238.21º | 0.82% | 0.81% | - |
| XYZ | 12.8 | 6.6 | 58.99 | - |
| YUV | 60.09 | 210.34 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 206 | 0.82 | 0.79 | 0 | 0.19 | 238.21 | 0.69 | 0.48 |
| Hex | 26 | 2B | CE | 52 | 4F | 0 | 13 | EE | 45 | 30 |
| Octal | 46 | 53 | 316 | 122 | 117 | 0 | 23 | 356 | 105 | 60 |
| Binary | 100110 | 101011 | 11001110 | 1010010 | 1001111 | 0 | 10011 | 11101110 | 1000101 | 110000 |
Color Harmonies of #262BCE
Complementary color
Monochromatic Colors of #262BCE
Black with #262BCE
Text Example
Text Example
White with #262BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BCE; }
p { color: rgb(38,43,206); }
H1.HeaderClassName
{
color: #262BCE;
}
.AnyTagClassName
{
color: #262BCE;
}
</style>
background-color css
<style>
a { background-color: #262BCE; }
a { background-color: rgb(38,43,206); }
div.DivClassName
{
background-color: #262BCE;
}
.BgClassName
{
background-color: #262BCE;
}
</style>
border-color css
<style>
span { border-color: #262BCE; }
span { border-color: rgb(38,43,206); }
td.TdClassName
{
border-color: #262BCE;
}
.TagClassName
{
border-color: #262BCE;
}
</style>