Shades of Persian Blue #263CAF
Tints of Persian Blue #263CAF
RGB
CMYK
RGB Variations
Color information
#263CAF (or 0x263CAF) is known color: Persian Blue. HEX triplet: 26, 3C and AF. RGB value is (38,60,175). Sum of RGB (Red+Green+Blue) = 38+60+175=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #263CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263CAF is #D9C350. Grayscale: #424242. Windows color (decimal): -14271313 or 11484198. OLE color: 11484198.
HSL color Cylindrical-coordinate representation of color #263CAF: hue angle of 230.36º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #263CAF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 60 | 175 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.31 |
| HSL | 230.37º | 0.64% | 0.42% | - |
| HSV(B) | 230.37º | 0.78% | 0.69% | - |
| XYZ | 10.15 | 6.74 | 41.32 | - |
| YUV | 66.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 175 | 0.78 | 0.66 | 0 | 0.31 | 230.37 | 0.64 | 0.42 |
| Hex | 26 | 3C | AF | 4E | 42 | 0 | 1F | E6 | 40 | 2A |
| Octal | 46 | 74 | 257 | 116 | 102 | 0 | 37 | 346 | 100 | 52 |
| Binary | 100110 | 111100 | 10101111 | 1001110 | 1000010 | 0 | 11111 | 11100110 | 1000000 | 101010 |
Color Harmonies of #263CAF
Complementary color
Monochromatic Colors of #263CAF
Black with #263CAF
Text Example
Text Example
White with #263CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CAF; }
p { color: rgb(38,60,175); }
H1.HeaderClassName
{
color: #263CAF;
}
.AnyTagClassName
{
color: #263CAF;
}
</style>
background-color css
<style>
a { background-color: #263CAF; }
a { background-color: rgb(38,60,175); }
div.DivClassName
{
background-color: #263CAF;
}
.BgClassName
{
background-color: #263CAF;
}
</style>
border-color css
<style>
span { border-color: #263CAF; }
span { border-color: rgb(38,60,175); }
td.TdClassName
{
border-color: #263CAF;
}
.TagClassName
{
border-color: #263CAF;
}
</style>