Shades of Persian Blue #263FB1
Tints of Persian Blue #263FB1
RGB
CMYK
RGB Variations
Color information
#263FB1 (or 0x263FB1) is known color: Persian Blue. HEX triplet: 26, 3F and B1. RGB value is (38,63,177). Sum of RGB (Red+Green+Blue) = 38+63+177=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #263FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FB1 is #D9C04E. Grayscale: #444444. Windows color (decimal): -14270543 or 11616038. OLE color: 11616038.
HSL color Cylindrical-coordinate representation of color #263FB1: hue angle of 229.21º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263FB1 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 63 | 177 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.31 |
| HSL | 229.21º | 0.65% | 0.42% | - |
| HSV(B) | 229.21º | 0.79% | 0.69% | - |
| XYZ | 10.51 | 7.14 | 42.42 | - |
| YUV | 68.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 177 | 0.79 | 0.64 | 0 | 0.31 | 229.21 | 0.65 | 0.42 |
| Hex | 26 | 3F | B1 | 4F | 40 | 0 | 1F | E5 | 41 | 2A |
| Octal | 46 | 77 | 261 | 117 | 100 | 0 | 37 | 345 | 101 | 52 |
| Binary | 100110 | 111111 | 10110001 | 1001111 | 1000000 | 0 | 11111 | 11100101 | 1000001 | 101010 |
Color Harmonies of #263FB1
Complementary color
Monochromatic Colors of #263FB1
Black with #263FB1
Text Example
Text Example
White with #263FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FB1; }
p { color: rgb(38,63,177); }
H1.HeaderClassName
{
color: #263FB1;
}
.AnyTagClassName
{
color: #263FB1;
}
</style>
background-color css
<style>
a { background-color: #263FB1; }
a { background-color: rgb(38,63,177); }
div.DivClassName
{
background-color: #263FB1;
}
.BgClassName
{
background-color: #263FB1;
}
</style>
border-color css
<style>
span { border-color: #263FB1; }
span { border-color: rgb(38,63,177); }
td.TdClassName
{
border-color: #263FB1;
}
.TagClassName
{
border-color: #263FB1;
}
</style>