Shades of Persian Blue #263FB0
Tints of Persian Blue #263FB0
RGB
CMYK
RGB Variations
Color information
#263FB0 (or 0x263FB0) is known color: Persian Blue. HEX triplet: 26, 3F and B0. RGB value is (38,63,176). Sum of RGB (Red+Green+Blue) = 38+63+176=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 176 (69.14% from 255 or 63.54% from 277); Max value from RGB is 176 - color contains mainly: blue. Hex color #263FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FB0 is #D9C04F. Grayscale: #434343. Windows color (decimal): -14270544 or 11550502. OLE color: 11550502.
HSL color Cylindrical-coordinate representation of color #263FB0: hue angle of 229.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263FB0 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 63 | 176 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.31 |
| HSL | 229.13º | 0.64% | 0.42% | - |
| HSV(B) | 229.13º | 0.78% | 0.69% | - |
| XYZ | 10.41 | 7.1 | 41.9 | - |
| YUV | 68.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 176 | 0.78 | 0.64 | 0 | 0.31 | 229.13 | 0.64 | 0.42 |
| Hex | 26 | 3F | B0 | 4E | 40 | 0 | 1F | E5 | 40 | 2A |
| Octal | 46 | 77 | 260 | 116 | 100 | 0 | 37 | 345 | 100 | 52 |
| Binary | 100110 | 111111 | 10110000 | 1001110 | 1000000 | 0 | 11111 | 11100101 | 1000000 | 101010 |
Color Harmonies of #263FB0
Complementary color
Monochromatic Colors of #263FB0
Black with #263FB0
Text Example
Text Example
White with #263FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FB0; }
p { color: rgb(38,63,176); }
H1.HeaderClassName
{
color: #263FB0;
}
.AnyTagClassName
{
color: #263FB0;
}
</style>
background-color css
<style>
a { background-color: #263FB0; }
a { background-color: rgb(38,63,176); }
div.DivClassName
{
background-color: #263FB0;
}
.BgClassName
{
background-color: #263FB0;
}
</style>
border-color css
<style>
span { border-color: #263FB0; }
span { border-color: rgb(38,63,176); }
td.TdClassName
{
border-color: #263FB0;
}
.TagClassName
{
border-color: #263FB0;
}
</style>