Shades of Persian Blue #263FAF
Tints of Persian Blue #263FAF
RGB
CMYK
RGB Variations
Color information
#263FAF (or 0x263FAF) is known color: Persian Blue. HEX triplet: 26, 3F and AF. RGB value is (38,63,175). Sum of RGB (Red+Green+Blue) = 38+63+175=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #263FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263FAF is #D9C050. Grayscale: #434343. Windows color (decimal): -14270545 or 11484966. OLE color: 11484966.
HSL color Cylindrical-coordinate representation of color #263FAF: hue angle of 229.05º 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 #263FAF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 63 | 175 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.31 |
| HSL | 229.05º | 0.64% | 0.42% | - |
| HSV(B) | 229.05º | 0.78% | 0.69% | - |
| XYZ | 10.31 | 7.06 | 41.38 | - |
| YUV | 68.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 175 | 0.78 | 0.64 | 0 | 0.31 | 229.05 | 0.64 | 0.42 |
| Hex | 26 | 3F | AF | 4E | 40 | 0 | 1F | E5 | 40 | 2A |
| Octal | 46 | 77 | 257 | 116 | 100 | 0 | 37 | 345 | 100 | 52 |
| Binary | 100110 | 111111 | 10101111 | 1001110 | 1000000 | 0 | 11111 | 11100101 | 1000000 | 101010 |
Color Harmonies of #263FAF
Complementary color
Monochromatic Colors of #263FAF
Black with #263FAF
Text Example
Text Example
White with #263FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FAF; }
p { color: rgb(38,63,175); }
H1.HeaderClassName
{
color: #263FAF;
}
.AnyTagClassName
{
color: #263FAF;
}
</style>
background-color css
<style>
a { background-color: #263FAF; }
a { background-color: rgb(38,63,175); }
div.DivClassName
{
background-color: #263FAF;
}
.BgClassName
{
background-color: #263FAF;
}
</style>
border-color css
<style>
span { border-color: #263FAF; }
span { border-color: rgb(38,63,175); }
td.TdClassName
{
border-color: #263FAF;
}
.TagClassName
{
border-color: #263FAF;
}
</style>