Shades of Persian Blue #262BCB
Tints of Persian Blue #262BCB
RGB
CMYK
RGB Variations
Color information
#262BCB (or 0x262BCB) is known color: Persian Blue. HEX triplet: 26, 2B and CB. RGB value is (38,43,203). Sum of RGB (Red+Green+Blue) = 38+43+203=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #262BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BCB is #D9D434. Grayscale: #3B3B3B. Windows color (decimal): -14275637 or 13314854. OLE color: 13314854.
HSL color Cylindrical-coordinate representation of color #262BCB: hue angle of 238.18º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262BCB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 43 | 203 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.20 |
| HSL | 238.18º | 0.68% | 0.47% | - |
| HSV(B) | 238.18º | 0.81% | 0.8% | - |
| XYZ | 12.44 | 6.45 | 57.09 | - |
| YUV | 59.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 203 | 0.81 | 0.79 | 0 | 0.20 | 238.18 | 0.68 | 0.47 |
| Hex | 26 | 2B | CB | 51 | 4F | 0 | 14 | EE | 44 | 2F |
| Octal | 46 | 53 | 313 | 121 | 117 | 0 | 24 | 356 | 104 | 57 |
| Binary | 100110 | 101011 | 11001011 | 1010001 | 1001111 | 0 | 10100 | 11101110 | 1000100 | 101111 |
Color Harmonies of #262BCB
Complementary color
Monochromatic Colors of #262BCB
Black with #262BCB
Text Example
Text Example
White with #262BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BCB; }
p { color: rgb(38,43,203); }
H1.HeaderClassName
{
color: #262BCB;
}
.AnyTagClassName
{
color: #262BCB;
}
</style>
background-color css
<style>
a { background-color: #262BCB; }
a { background-color: rgb(38,43,203); }
div.DivClassName
{
background-color: #262BCB;
}
.BgClassName
{
background-color: #262BCB;
}
</style>
border-color css
<style>
span { border-color: #262BCB; }
span { border-color: rgb(38,43,203); }
td.TdClassName
{
border-color: #262BCB;
}
.TagClassName
{
border-color: #262BCB;
}
</style>