Shades of Persian Blue #263CC9
Tints of Persian Blue #263CC9
RGB
CMYK
RGB Variations
Color information
#263CC9 (or 0x263CC9) is known color: Persian Blue. HEX triplet: 26, 3C and C9. RGB value is (38,60,201). Sum of RGB (Red+Green+Blue) = 38+60+201=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #263CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CC9 is #D9C336. Grayscale: #444444. Windows color (decimal): -14271287 or 13188134. OLE color: 13188134.
HSL color Cylindrical-coordinate representation of color #263CC9: hue angle of 231.9º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263CC9 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 60 | 201 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.21 |
| HSL | 231.9º | 0.68% | 0.47% | - |
| HSV(B) | 231.9º | 0.81% | 0.79% | - |
| XYZ | 12.96 | 7.86 | 56.09 | - |
| YUV | 69.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 201 | 0.81 | 0.70 | 0 | 0.21 | 231.9 | 0.68 | 0.47 |
| Hex | 26 | 3C | C9 | 51 | 46 | 0 | 15 | E8 | 44 | 2F |
| Octal | 46 | 74 | 311 | 121 | 106 | 0 | 25 | 350 | 104 | 57 |
| Binary | 100110 | 111100 | 11001001 | 1010001 | 1000110 | 0 | 10101 | 11101000 | 1000100 | 101111 |
Color Harmonies of #263CC9
Complementary color
Monochromatic Colors of #263CC9
Black with #263CC9
Text Example
Text Example
White with #263CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CC9; }
p { color: rgb(38,60,201); }
H1.HeaderClassName
{
color: #263CC9;
}
.AnyTagClassName
{
color: #263CC9;
}
</style>
background-color css
<style>
a { background-color: #263CC9; }
a { background-color: rgb(38,60,201); }
div.DivClassName
{
background-color: #263CC9;
}
.BgClassName
{
background-color: #263CC9;
}
</style>
border-color css
<style>
span { border-color: #263CC9; }
span { border-color: rgb(38,60,201); }
td.TdClassName
{
border-color: #263CC9;
}
.TagClassName
{
border-color: #263CC9;
}
</style>