Shades of Persian Blue #263DB9
Tints of Persian Blue #263DB9
RGB
CMYK
RGB Variations
Color information
#263DB9 (or 0x263DB9) is known color: Persian Blue. HEX triplet: 26, 3D and B9. RGB value is (38,61,185). Sum of RGB (Red+Green+Blue) = 38+61+185=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 185 (72.66% from 255 or 65.14% from 284); Max value from RGB is 185 - color contains mainly: blue. Hex color #263DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DB9 is #D9C246. Grayscale: #434343. Windows color (decimal): -14271047 or 12139814. OLE color: 12139814.
HSL color Cylindrical-coordinate representation of color #263DB9: hue angle of 230.61º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263DB9 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 61 | 185 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.27 |
| HSL | 230.61º | 0.66% | 0.44% | - |
| HSV(B) | 230.61º | 0.79% | 0.73% | - |
| XYZ | 11.23 | 7.25 | 46.71 | - |
| YUV | 68.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 185 | 0.79 | 0.67 | 0 | 0.27 | 230.61 | 0.66 | 0.44 |
| Hex | 26 | 3D | B9 | 4F | 43 | 0 | 1B | E7 | 42 | 2C |
| Octal | 46 | 75 | 271 | 117 | 103 | 0 | 33 | 347 | 102 | 54 |
| Binary | 100110 | 111101 | 10111001 | 1001111 | 1000011 | 0 | 11011 | 11100111 | 1000010 | 101100 |
Color Harmonies of #263DB9
Complementary color
Monochromatic Colors of #263DB9
Black with #263DB9
Text Example
Text Example
White with #263DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DB9; }
p { color: rgb(38,61,185); }
H1.HeaderClassName
{
color: #263DB9;
}
.AnyTagClassName
{
color: #263DB9;
}
</style>
background-color css
<style>
a { background-color: #263DB9; }
a { background-color: rgb(38,61,185); }
div.DivClassName
{
background-color: #263DB9;
}
.BgClassName
{
background-color: #263DB9;
}
</style>
border-color css
<style>
span { border-color: #263DB9; }
span { border-color: rgb(38,61,185); }
td.TdClassName
{
border-color: #263DB9;
}
.TagClassName
{
border-color: #263DB9;
}
</style>