Shades of Persian Blue #263BBA
Tints of Persian Blue #263BBA
RGB
CMYK
RGB Variations
Color information
#263BBA (or 0x263BBA) is known color: Persian Blue. HEX triplet: 26, 3B and BA. RGB value is (38,59,186). Sum of RGB (Red+Green+Blue) = 38+59+186=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #263BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BBA is #D9C445. Grayscale: #424242. Windows color (decimal): -14271558 or 12204838. OLE color: 12204838.
HSL color Cylindrical-coordinate representation of color #263BBA: hue angle of 231.49º 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 #263BBA is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 59 | 186 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.27 |
| HSL | 231.49º | 0.66% | 0.44% | - |
| HSV(B) | 231.49º | 0.8% | 0.73% | - |
| XYZ | 11.23 | 7.09 | 47.23 | - |
| YUV | 67.2 | 195.04 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 186 | 0.80 | 0.68 | 0 | 0.27 | 231.49 | 0.66 | 0.44 |
| Hex | 26 | 3B | BA | 50 | 44 | 0 | 1B | E7 | 42 | 2C |
| Octal | 46 | 73 | 272 | 120 | 104 | 0 | 33 | 347 | 102 | 54 |
| Binary | 100110 | 111011 | 10111010 | 1010000 | 1000100 | 0 | 11011 | 11100111 | 1000010 | 101100 |
Color Harmonies of #263BBA
Complementary color
Monochromatic Colors of #263BBA
Black with #263BBA
Text Example
Text Example
White with #263BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BBA; }
p { color: rgb(38,59,186); }
H1.HeaderClassName
{
color: #263BBA;
}
.AnyTagClassName
{
color: #263BBA;
}
</style>
background-color css
<style>
a { background-color: #263BBA; }
a { background-color: rgb(38,59,186); }
div.DivClassName
{
background-color: #263BBA;
}
.BgClassName
{
background-color: #263BBA;
}
</style>
border-color css
<style>
span { border-color: #263BBA; }
span { border-color: rgb(38,59,186); }
td.TdClassName
{
border-color: #263BBA;
}
.TagClassName
{
border-color: #263BBA;
}
</style>