Shades of Persian Blue #263DAB
Tints of Persian Blue #263DAB
RGB
CMYK
RGB Variations
Color information
#263DAB (or 0x263DAB) is known color: Persian Blue. HEX triplet: 26, 3D and AB. RGB value is (38,61,171). Sum of RGB (Red+Green+Blue) = 38+61+171=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #263DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DAB is #D9C254. Grayscale: #424242. Windows color (decimal): -14271061 or 11222310. OLE color: 11222310.
HSL color Cylindrical-coordinate representation of color #263DAB: hue angle of 229.62º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263DAB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 61 | 171 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.33 |
| HSL | 229.62º | 0.64% | 0.41% | - |
| HSV(B) | 229.62º | 0.78% | 0.67% | - |
| XYZ | 9.82 | 6.69 | 39.3 | - |
| YUV | 66.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 171 | 0.78 | 0.64 | 0 | 0.33 | 229.62 | 0.64 | 0.41 |
| Hex | 26 | 3D | AB | 4E | 40 | 0 | 21 | E6 | 40 | 29 |
| Octal | 46 | 75 | 253 | 116 | 100 | 0 | 41 | 346 | 100 | 51 |
| Binary | 100110 | 111101 | 10101011 | 1001110 | 1000000 | 0 | 100001 | 11100110 | 1000000 | 101001 |
Color Harmonies of #263DAB
Complementary color
Monochromatic Colors of #263DAB
Black with #263DAB
Text Example
Text Example
White with #263DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DAB; }
p { color: rgb(38,61,171); }
H1.HeaderClassName
{
color: #263DAB;
}
.AnyTagClassName
{
color: #263DAB;
}
</style>
background-color css
<style>
a { background-color: #263DAB; }
a { background-color: rgb(38,61,171); }
div.DivClassName
{
background-color: #263DAB;
}
.BgClassName
{
background-color: #263DAB;
}
</style>
border-color css
<style>
span { border-color: #263DAB; }
span { border-color: rgb(38,61,171); }
td.TdClassName
{
border-color: #263DAB;
}
.TagClassName
{
border-color: #263DAB;
}
</style>