Shades of Persian Blue #263BAA
Tints of Persian Blue #263BAA
RGB
CMYK
RGB Variations
Color information
#263BAA (or 0x263BAA) is known color: Persian Blue. HEX triplet: 26, 3B and AA. RGB value is (38,59,170). Sum of RGB (Red+Green+Blue) = 38+59+170=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #263BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BAA is #D9C455. Grayscale: #404040. Windows color (decimal): -14271574 or 11156262. OLE color: 11156262.
HSL color Cylindrical-coordinate representation of color #263BAA: hue angle of 230.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263BAA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 59 | 170 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.33 |
| HSL | 230.45º | 0.63% | 0.41% | - |
| HSV(B) | 230.45º | 0.78% | 0.67% | - |
| XYZ | 9.62 | 6.44 | 38.77 | - |
| YUV | 65.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 170 | 0.78 | 0.65 | 0 | 0.33 | 230.45 | 0.63 | 0.41 |
| Hex | 26 | 3B | AA | 4E | 41 | 0 | 21 | E6 | 3F | 29 |
| Octal | 46 | 73 | 252 | 116 | 101 | 0 | 41 | 346 | 77 | 51 |
| Binary | 100110 | 111011 | 10101010 | 1001110 | 1000001 | 0 | 100001 | 11100110 | 111111 | 101001 |
Color Harmonies of #263BAA
Complementary color
Monochromatic Colors of #263BAA
Black with #263BAA
Text Example
Text Example
White with #263BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BAA; }
p { color: rgb(38,59,170); }
H1.HeaderClassName
{
color: #263BAA;
}
.AnyTagClassName
{
color: #263BAA;
}
</style>
background-color css
<style>
a { background-color: #263BAA; }
a { background-color: rgb(38,59,170); }
div.DivClassName
{
background-color: #263BAA;
}
.BgClassName
{
background-color: #263BAA;
}
</style>
border-color css
<style>
span { border-color: #263BAA; }
span { border-color: rgb(38,59,170); }
td.TdClassName
{
border-color: #263BAA;
}
.TagClassName
{
border-color: #263BAA;
}
</style>