Shades of Persian Blue #263BBB
Tints of Persian Blue #263BBB
RGB
CMYK
RGB Variations
Color information
#263BBB (or 0x263BBB) is known color: Persian Blue. HEX triplet: 26, 3B and BB. RGB value is (38,59,187). Sum of RGB (Red+Green+Blue) = 38+59+187=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #263BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BBB is #D9C444. Grayscale: #424242. Windows color (decimal): -14271557 or 12270374. OLE color: 12270374.
HSL color Cylindrical-coordinate representation of color #263BBB: hue angle of 231.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263BBB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 59 | 187 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.27 |
| HSL | 231.54º | 0.66% | 0.44% | - |
| HSV(B) | 231.54º | 0.8% | 0.73% | - |
| XYZ | 11.33 | 7.13 | 47.79 | - |
| YUV | 67.31 | 195.54 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 187 | 0.80 | 0.68 | 0 | 0.27 | 231.54 | 0.66 | 0.44 |
| Hex | 26 | 3B | BB | 50 | 44 | 0 | 1B | E8 | 42 | 2C |
| Octal | 46 | 73 | 273 | 120 | 104 | 0 | 33 | 350 | 102 | 54 |
| Binary | 100110 | 111011 | 10111011 | 1010000 | 1000100 | 0 | 11011 | 11101000 | 1000010 | 101100 |
Color Harmonies of #263BBB
Complementary color
Monochromatic Colors of #263BBB
Black with #263BBB
Text Example
Text Example
White with #263BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BBB; }
p { color: rgb(38,59,187); }
H1.HeaderClassName
{
color: #263BBB;
}
.AnyTagClassName
{
color: #263BBB;
}
</style>
background-color css
<style>
a { background-color: #263BBB; }
a { background-color: rgb(38,59,187); }
div.DivClassName
{
background-color: #263BBB;
}
.BgClassName
{
background-color: #263BBB;
}
</style>
border-color css
<style>
span { border-color: #263BBB; }
span { border-color: rgb(38,59,187); }
td.TdClassName
{
border-color: #263BBB;
}
.TagClassName
{
border-color: #263BBB;
}
</style>