Shades of Persian Blue #263ACD
Tints of Persian Blue #263ACD
RGB
CMYK
RGB Variations
Color information
#263ACD (or 0x263ACD) is known color: Persian Blue. HEX triplet: 26, 3A and CD. RGB value is (38,58,205). Sum of RGB (Red+Green+Blue) = 38+58+205=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #263ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ACD is #D9C532. Grayscale: #444444. Windows color (decimal): -14271795 or 13449766. OLE color: 13449766.
HSL color Cylindrical-coordinate representation of color #263ACD: hue angle of 232.81º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263ACD is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 58 | 205 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.20 |
| HSL | 232.81º | 0.69% | 0.48% | - |
| HSV(B) | 232.81º | 0.81% | 0.8% | - |
| XYZ | 13.33 | 7.85 | 58.57 | - |
| YUV | 68.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 205 | 0.81 | 0.72 | 0 | 0.20 | 232.81 | 0.69 | 0.48 |
| Hex | 26 | 3A | CD | 51 | 48 | 0 | 14 | E9 | 45 | 30 |
| Octal | 46 | 72 | 315 | 121 | 110 | 0 | 24 | 351 | 105 | 60 |
| Binary | 100110 | 111010 | 11001101 | 1010001 | 1001000 | 0 | 10100 | 11101001 | 1000101 | 110000 |
Color Harmonies of #263ACD
Complementary color
Monochromatic Colors of #263ACD
Black with #263ACD
Text Example
Text Example
White with #263ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263ACD; }
p { color: rgb(38,58,205); }
H1.HeaderClassName
{
color: #263ACD;
}
.AnyTagClassName
{
color: #263ACD;
}
</style>
background-color css
<style>
a { background-color: #263ACD; }
a { background-color: rgb(38,58,205); }
div.DivClassName
{
background-color: #263ACD;
}
.BgClassName
{
background-color: #263ACD;
}
</style>
border-color css
<style>
span { border-color: #263ACD; }
span { border-color: rgb(38,58,205); }
td.TdClassName
{
border-color: #263ACD;
}
.TagClassName
{
border-color: #263ACD;
}
</style>