Shades of Persian Blue #263EAA
Tints of Persian Blue #263EAA
RGB
CMYK
RGB Variations
Color information
#263EAA (or 0x263EAA) is known color: Persian Blue. HEX triplet: 26, 3E and AA. RGB value is (38,62,170). Sum of RGB (Red+Green+Blue) = 38+62+170=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #263EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EAA is #D9C155. Grayscale: #424242. Windows color (decimal): -14270806 or 11157030. OLE color: 11157030.
HSL color Cylindrical-coordinate representation of color #263EAA: hue angle of 229.09º 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 #263EAA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 62 | 170 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.33 |
| HSL | 229.09º | 0.63% | 0.41% | - |
| HSV(B) | 229.09º | 0.78% | 0.67% | - |
| XYZ | 9.78 | 6.76 | 38.82 | - |
| YUV | 67.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 170 | 0.78 | 0.64 | 0 | 0.33 | 229.09 | 0.63 | 0.41 |
| Hex | 26 | 3E | AA | 4E | 40 | 0 | 21 | E5 | 3F | 29 |
| Octal | 46 | 76 | 252 | 116 | 100 | 0 | 41 | 345 | 77 | 51 |
| Binary | 100110 | 111110 | 10101010 | 1001110 | 1000000 | 0 | 100001 | 11100101 | 111111 | 101001 |
Color Harmonies of #263EAA
Complementary color
Monochromatic Colors of #263EAA
Black with #263EAA
Text Example
Text Example
White with #263EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263EAA; }
p { color: rgb(38,62,170); }
H1.HeaderClassName
{
color: #263EAA;
}
.AnyTagClassName
{
color: #263EAA;
}
</style>
background-color css
<style>
a { background-color: #263EAA; }
a { background-color: rgb(38,62,170); }
div.DivClassName
{
background-color: #263EAA;
}
.BgClassName
{
background-color: #263EAA;
}
</style>
border-color css
<style>
span { border-color: #263EAA; }
span { border-color: rgb(38,62,170); }
td.TdClassName
{
border-color: #263EAA;
}
.TagClassName
{
border-color: #263EAA;
}
</style>