Shades of Persian Blue #263BCC
Tints of Persian Blue #263BCC
RGB
CMYK
RGB Variations
Color information
#263BCC (or 0x263BCC) is known color: Persian Blue. HEX triplet: 26, 3B and CC. RGB value is (38,59,204). Sum of RGB (Red+Green+Blue) = 38+59+204=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #263BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BCC is #D9C433. Grayscale: #444444. Windows color (decimal): -14271540 or 13384486. OLE color: 13384486.
HSL color Cylindrical-coordinate representation of color #263BCC: hue angle of 232.41º 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 #263BCC is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 59 | 204 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.2 |
| HSL | 232.41º | 0.69% | 0.47% | - |
| HSV(B) | 232.41º | 0.81% | 0.8% | - |
| XYZ | 13.26 | 7.9 | 57.95 | - |
| YUV | 69.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 204 | 0.81 | 0.71 | 0 | 0.2 | 232.41 | 0.69 | 0.47 |
| Hex | 26 | 3B | CC | 51 | 47 | 0 | 14 | E8 | 45 | 2F |
| Octal | 46 | 73 | 314 | 121 | 107 | 0 | 24 | 350 | 105 | 57 |
| Binary | 100110 | 111011 | 11001100 | 1010001 | 1000111 | 0 | 10100 | 11101000 | 1000101 | 101111 |
Color Harmonies of #263BCC
Complementary color
Monochromatic Colors of #263BCC
Black with #263BCC
Text Example
Text Example
White with #263BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BCC; }
p { color: rgb(38,59,204); }
H1.HeaderClassName
{
color: #263BCC;
}
.AnyTagClassName
{
color: #263BCC;
}
</style>
background-color css
<style>
a { background-color: #263BCC; }
a { background-color: rgb(38,59,204); }
div.DivClassName
{
background-color: #263BCC;
}
.BgClassName
{
background-color: #263BCC;
}
</style>
border-color css
<style>
span { border-color: #263BCC; }
span { border-color: rgb(38,59,204); }
td.TdClassName
{
border-color: #263BCC;
}
.TagClassName
{
border-color: #263BCC;
}
</style>