Shades of Persian Blue #263BD0
Tints of Persian Blue #263BD0
RGB
CMYK
RGB Variations
Color information
#263BD0 (or 0x263BD0) is known color: Persian Blue. HEX triplet: 26, 3B and D0. RGB value is (38,59,208). Sum of RGB (Red+Green+Blue) = 38+59+208=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #263BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BD0 is #D9C42F. Grayscale: #454545. Windows color (decimal): -14271536 or 13646630. OLE color: 13646630.
HSL color Cylindrical-coordinate representation of color #263BD0: hue angle of 232.59º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263BD0 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 59 | 208 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.18 |
| HSL | 232.59º | 0.69% | 0.48% | - |
| HSV(B) | 232.59º | 0.82% | 0.82% | - |
| XYZ | 13.75 | 8.09 | 60.51 | - |
| YUV | 69.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 208 | 0.82 | 0.72 | 0 | 0.18 | 232.59 | 0.69 | 0.48 |
| Hex | 26 | 3B | D0 | 52 | 48 | 0 | 12 | E9 | 45 | 30 |
| Octal | 46 | 73 | 320 | 122 | 110 | 0 | 22 | 351 | 105 | 60 |
| Binary | 100110 | 111011 | 11010000 | 1010010 | 1001000 | 0 | 10010 | 11101001 | 1000101 | 110000 |
Color Harmonies of #263BD0
Complementary color
Monochromatic Colors of #263BD0
Black with #263BD0
Text Example
Text Example
White with #263BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BD0; }
p { color: rgb(38,59,208); }
H1.HeaderClassName
{
color: #263BD0;
}
.AnyTagClassName
{
color: #263BD0;
}
</style>
background-color css
<style>
a { background-color: #263BD0; }
a { background-color: rgb(38,59,208); }
div.DivClassName
{
background-color: #263BD0;
}
.BgClassName
{
background-color: #263BD0;
}
</style>
border-color css
<style>
span { border-color: #263BD0; }
span { border-color: rgb(38,59,208); }
td.TdClassName
{
border-color: #263BD0;
}
.TagClassName
{
border-color: #263BD0;
}
</style>