Shades of Persian Blue #263ACC
Tints of Persian Blue #263ACC
RGB
CMYK
RGB Variations
Color information
#263ACC (or 0x263ACC) is known color: Persian Blue. HEX triplet: 26, 3A and CC. RGB value is (38,58,204). Sum of RGB (Red+Green+Blue) = 38+58+204=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #263ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ACC is #D9C533. Grayscale: #444444. Windows color (decimal): -14271796 or 13384230. OLE color: 13384230.
HSL color Cylindrical-coordinate representation of color #263ACC: hue angle of 232.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263ACC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 58 | 204 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.2 |
| HSL | 232.77º | 0.69% | 0.47% | - |
| HSV(B) | 232.77º | 0.81% | 0.8% | - |
| XYZ | 13.21 | 7.8 | 57.94 | - |
| YUV | 68.66 | 204.37 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 204 | 0.81 | 0.72 | 0 | 0.2 | 232.77 | 0.69 | 0.47 |
| Hex | 26 | 3A | CC | 51 | 48 | 0 | 14 | E9 | 45 | 2F |
| Octal | 46 | 72 | 314 | 121 | 110 | 0 | 24 | 351 | 105 | 57 |
| Binary | 100110 | 111010 | 11001100 | 1010001 | 1001000 | 0 | 10100 | 11101001 | 1000101 | 101111 |
Color Harmonies of #263ACC
Complementary color
Monochromatic Colors of #263ACC
Black with #263ACC
Text Example
Text Example
White with #263ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263ACC; }
p { color: rgb(38,58,204); }
H1.HeaderClassName
{
color: #263ACC;
}
.AnyTagClassName
{
color: #263ACC;
}
</style>
background-color css
<style>
a { background-color: #263ACC; }
a { background-color: rgb(38,58,204); }
div.DivClassName
{
background-color: #263ACC;
}
.BgClassName
{
background-color: #263ACC;
}
</style>
border-color css
<style>
span { border-color: #263ACC; }
span { border-color: rgb(38,58,204); }
td.TdClassName
{
border-color: #263ACC;
}
.TagClassName
{
border-color: #263ACC;
}
</style>