Shades of Persian Blue #263DAF
Tints of Persian Blue #263DAF
RGB
CMYK
RGB Variations
Color information
#263DAF (or 0x263DAF) is known color: Persian Blue. HEX triplet: 26, 3D and AF. RGB value is (38,61,175). Sum of RGB (Red+Green+Blue) = 38+61+175=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #263DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DAF is #D9C250. Grayscale: #424242. Windows color (decimal): -14271057 or 11484454. OLE color: 11484454.
HSL color Cylindrical-coordinate representation of color #263DAF: hue angle of 229.93º 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 #263DAF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 61 | 175 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.31 |
| HSL | 229.93º | 0.64% | 0.42% | - |
| HSV(B) | 229.93º | 0.78% | 0.69% | - |
| XYZ | 10.21 | 6.84 | 41.34 | - |
| YUV | 67.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 175 | 0.78 | 0.65 | 0 | 0.31 | 229.93 | 0.64 | 0.42 |
| Hex | 26 | 3D | AF | 4E | 41 | 0 | 1F | E6 | 40 | 2A |
| Octal | 46 | 75 | 257 | 116 | 101 | 0 | 37 | 346 | 100 | 52 |
| Binary | 100110 | 111101 | 10101111 | 1001110 | 1000001 | 0 | 11111 | 11100110 | 1000000 | 101010 |
Color Harmonies of #263DAF
Complementary color
Monochromatic Colors of #263DAF
Black with #263DAF
Text Example
Text Example
White with #263DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DAF; }
p { color: rgb(38,61,175); }
H1.HeaderClassName
{
color: #263DAF;
}
.AnyTagClassName
{
color: #263DAF;
}
</style>
background-color css
<style>
a { background-color: #263DAF; }
a { background-color: rgb(38,61,175); }
div.DivClassName
{
background-color: #263DAF;
}
.BgClassName
{
background-color: #263DAF;
}
</style>
border-color css
<style>
span { border-color: #263DAF; }
span { border-color: rgb(38,61,175); }
td.TdClassName
{
border-color: #263DAF;
}
.TagClassName
{
border-color: #263DAF;
}
</style>