Shades of Persian Blue #263CCF
Tints of Persian Blue #263CCF
RGB
CMYK
RGB Variations
Color information
#263CCF (or 0x263CCF) is known color: Persian Blue. HEX triplet: 26, 3C and CF. RGB value is (38,60,207). Sum of RGB (Red+Green+Blue) = 38+60+207=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #263CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CCF is #D9C330. Grayscale: #454545. Windows color (decimal): -14271281 or 13581350. OLE color: 13581350.
HSL color Cylindrical-coordinate representation of color #263CCF: hue angle of 232.19º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263CCF is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 60 | 207 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.19 |
| HSL | 232.19º | 0.69% | 0.48% | - |
| HSV(B) | 232.19º | 0.82% | 0.81% | - |
| XYZ | 13.68 | 8.15 | 59.88 | - |
| YUV | 70.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 207 | 0.82 | 0.71 | 0 | 0.19 | 232.19 | 0.69 | 0.48 |
| Hex | 26 | 3C | CF | 52 | 47 | 0 | 13 | E8 | 45 | 30 |
| Octal | 46 | 74 | 317 | 122 | 107 | 0 | 23 | 350 | 105 | 60 |
| Binary | 100110 | 111100 | 11001111 | 1010010 | 1000111 | 0 | 10011 | 11101000 | 1000101 | 110000 |
Color Harmonies of #263CCF
Complementary color
Monochromatic Colors of #263CCF
Black with #263CCF
Text Example
Text Example
White with #263CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CCF; }
p { color: rgb(38,60,207); }
H1.HeaderClassName
{
color: #263CCF;
}
.AnyTagClassName
{
color: #263CCF;
}
</style>
background-color css
<style>
a { background-color: #263CCF; }
a { background-color: rgb(38,60,207); }
div.DivClassName
{
background-color: #263CCF;
}
.BgClassName
{
background-color: #263CCF;
}
</style>
border-color css
<style>
span { border-color: #263CCF; }
span { border-color: rgb(38,60,207); }
td.TdClassName
{
border-color: #263CCF;
}
.TagClassName
{
border-color: #263CCF;
}
</style>