Shades of Persian Blue #263BC1
Tints of Persian Blue #263BC1
RGB
CMYK
RGB Variations
Color information
#263BC1 (or 0x263BC1) is known color: Persian Blue. HEX triplet: 26, 3B and C1. RGB value is (38,59,193). Sum of RGB (Red+Green+Blue) = 38+59+193=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #263BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BC1 is #D9C43E. Grayscale: #434343. Windows color (decimal): -14271551 or 12663590. OLE color: 12663590.
HSL color Cylindrical-coordinate representation of color #263BC1: hue angle of 231.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263BC1 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 59 | 193 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.24 |
| HSL | 231.87º | 0.67% | 0.45% | - |
| HSV(B) | 231.87º | 0.8% | 0.76% | - |
| XYZ | 11.99 | 7.39 | 51.25 | - |
| YUV | 68 | 198.54 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 193 | 0.80 | 0.69 | 0 | 0.24 | 231.87 | 0.67 | 0.45 |
| Hex | 26 | 3B | C1 | 50 | 45 | 0 | 18 | E8 | 43 | 2D |
| Octal | 46 | 73 | 301 | 120 | 105 | 0 | 30 | 350 | 103 | 55 |
| Binary | 100110 | 111011 | 11000001 | 1010000 | 1000101 | 0 | 11000 | 11101000 | 1000011 | 101101 |
Color Harmonies of #263BC1
Complementary color
Monochromatic Colors of #263BC1
Black with #263BC1
Text Example
Text Example
White with #263BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BC1; }
p { color: rgb(38,59,193); }
H1.HeaderClassName
{
color: #263BC1;
}
.AnyTagClassName
{
color: #263BC1;
}
</style>
background-color css
<style>
a { background-color: #263BC1; }
a { background-color: rgb(38,59,193); }
div.DivClassName
{
background-color: #263BC1;
}
.BgClassName
{
background-color: #263BC1;
}
</style>
border-color css
<style>
span { border-color: #263BC1; }
span { border-color: rgb(38,59,193); }
td.TdClassName
{
border-color: #263BC1;
}
.TagClassName
{
border-color: #263BC1;
}
</style>