Shades of Persian Blue #263BC8
Tints of Persian Blue #263BC8
RGB
CMYK
RGB Variations
Color information
#263BC8 (or 0x263BC8) is known color: Persian Blue. HEX triplet: 26, 3B and C8. RGB value is (38,59,200). Sum of RGB (Red+Green+Blue) = 38+59+200=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #263BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BC8 is #D9C437. Grayscale: #444444. Windows color (decimal): -14271544 or 13122342. OLE color: 13122342.
HSL color Cylindrical-coordinate representation of color #263BC8: hue angle of 232.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263BC8 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 59 | 200 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.22 |
| HSL | 232.22º | 0.68% | 0.47% | - |
| HSV(B) | 232.22º | 0.81% | 0.78% | - |
| XYZ | 12.79 | 7.71 | 55.46 | - |
| YUV | 68.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 200 | 0.81 | 0.70 | 0 | 0.22 | 232.22 | 0.68 | 0.47 |
| Hex | 26 | 3B | C8 | 51 | 46 | 0 | 16 | E8 | 44 | 2F |
| Octal | 46 | 73 | 310 | 121 | 106 | 0 | 26 | 350 | 104 | 57 |
| Binary | 100110 | 111011 | 11001000 | 1010001 | 1000110 | 0 | 10110 | 11101000 | 1000100 | 101111 |
Color Harmonies of #263BC8
Complementary color
Monochromatic Colors of #263BC8
Black with #263BC8
Text Example
Text Example
White with #263BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BC8; }
p { color: rgb(38,59,200); }
H1.HeaderClassName
{
color: #263BC8;
}
.AnyTagClassName
{
color: #263BC8;
}
</style>
background-color css
<style>
a { background-color: #263BC8; }
a { background-color: rgb(38,59,200); }
div.DivClassName
{
background-color: #263BC8;
}
.BgClassName
{
background-color: #263BC8;
}
</style>
border-color css
<style>
span { border-color: #263BC8; }
span { border-color: rgb(38,59,200); }
td.TdClassName
{
border-color: #263BC8;
}
.TagClassName
{
border-color: #263BC8;
}
</style>