Shades of Persian Blue #263DCD
Tints of Persian Blue #263DCD
RGB
CMYK
RGB Variations
Color information
#263DCD (or 0x263DCD) is known color: Persian Blue. HEX triplet: 26, 3D and CD. RGB value is (38,61,205). Sum of RGB (Red+Green+Blue) = 38+61+205=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #263DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DCD is #D9C232. Grayscale: #454545. Windows color (decimal): -14271027 or 13450534. OLE color: 13450534.
HSL color Cylindrical-coordinate representation of color #263DCD: hue angle of 231.74º 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 #263DCD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 61 | 205 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.20 |
| HSL | 231.74º | 0.69% | 0.48% | - |
| HSV(B) | 231.74º | 0.81% | 0.8% | - |
| XYZ | 13.49 | 8.16 | 58.62 | - |
| YUV | 70.54 | 203.88 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 205 | 0.81 | 0.70 | 0 | 0.20 | 231.74 | 0.69 | 0.48 |
| Hex | 26 | 3D | CD | 51 | 46 | 0 | 14 | E8 | 45 | 30 |
| Octal | 46 | 75 | 315 | 121 | 106 | 0 | 24 | 350 | 105 | 60 |
| Binary | 100110 | 111101 | 11001101 | 1010001 | 1000110 | 0 | 10100 | 11101000 | 1000101 | 110000 |
Color Harmonies of #263DCD
Complementary color
Monochromatic Colors of #263DCD
Black with #263DCD
Text Example
Text Example
White with #263DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DCD; }
p { color: rgb(38,61,205); }
H1.HeaderClassName
{
color: #263DCD;
}
.AnyTagClassName
{
color: #263DCD;
}
</style>
background-color css
<style>
a { background-color: #263DCD; }
a { background-color: rgb(38,61,205); }
div.DivClassName
{
background-color: #263DCD;
}
.BgClassName
{
background-color: #263DCD;
}
</style>
border-color css
<style>
span { border-color: #263DCD; }
span { border-color: rgb(38,61,205); }
td.TdClassName
{
border-color: #263DCD;
}
.TagClassName
{
border-color: #263DCD;
}
</style>