Shades of Persian Blue #263ABD
Tints of Persian Blue #263ABD
RGB
CMYK
RGB Variations
Color information
#263ABD (or 0x263ABD) is known color: Persian Blue. HEX triplet: 26, 3A and BD. RGB value is (38,58,189). Sum of RGB (Red+Green+Blue) = 38+58+189=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #263ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ABD is #D9C542. Grayscale: #424242. Windows color (decimal): -14271811 or 12401190. OLE color: 12401190.
HSL color Cylindrical-coordinate representation of color #263ABD: hue angle of 232.05º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263ABD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 58 | 189 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.26 |
| HSL | 232.05º | 0.67% | 0.45% | - |
| HSV(B) | 232.05º | 0.8% | 0.74% | - |
| XYZ | 11.5 | 7.11 | 48.91 | - |
| YUV | 66.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 189 | 0.80 | 0.69 | 0 | 0.26 | 232.05 | 0.67 | 0.45 |
| Hex | 26 | 3A | BD | 50 | 45 | 0 | 1A | E8 | 43 | 2D |
| Octal | 46 | 72 | 275 | 120 | 105 | 0 | 32 | 350 | 103 | 55 |
| Binary | 100110 | 111010 | 10111101 | 1010000 | 1000101 | 0 | 11010 | 11101000 | 1000011 | 101101 |
Color Harmonies of #263ABD
Complementary color
Monochromatic Colors of #263ABD
Black with #263ABD
Text Example
Text Example
White with #263ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263ABD; }
p { color: rgb(38,58,189); }
H1.HeaderClassName
{
color: #263ABD;
}
.AnyTagClassName
{
color: #263ABD;
}
</style>
background-color css
<style>
a { background-color: #263ABD; }
a { background-color: rgb(38,58,189); }
div.DivClassName
{
background-color: #263ABD;
}
.BgClassName
{
background-color: #263ABD;
}
</style>
border-color css
<style>
span { border-color: #263ABD; }
span { border-color: rgb(38,58,189); }
td.TdClassName
{
border-color: #263ABD;
}
.TagClassName
{
border-color: #263ABD;
}
</style>