Shades of Persian Blue #262FAF
Tints of Persian Blue #262FAF
RGB
CMYK
RGB Variations
Color information
#262FAF (or 0x262FAF) is known color: Persian Blue. HEX triplet: 26, 2F and AF. RGB value is (38,47,175). Sum of RGB (Red+Green+Blue) = 38+47+175=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #262FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262FAF is #D9D050. Grayscale: #3A3A3A. Windows color (decimal): -14274641 or 11480870. OLE color: 11480870.
HSL color Cylindrical-coordinate representation of color #262FAF: hue angle of 236.06º 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 #262FAF is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 47 | 175 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.31 |
| HSL | 236.06º | 0.64% | 0.42% | - |
| HSV(B) | 236.06º | 0.78% | 0.69% | - |
| XYZ | 9.55 | 5.54 | 41.12 | - |
| YUV | 58.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 175 | 0.78 | 0.73 | 0 | 0.31 | 236.06 | 0.64 | 0.42 |
| Hex | 26 | 2F | AF | 4E | 49 | 0 | 1F | EC | 40 | 2A |
| Octal | 46 | 57 | 257 | 116 | 111 | 0 | 37 | 354 | 100 | 52 |
| Binary | 100110 | 101111 | 10101111 | 1001110 | 1001001 | 0 | 11111 | 11101100 | 1000000 | 101010 |
Color Harmonies of #262FAF
Complementary color
Monochromatic Colors of #262FAF
Black with #262FAF
Text Example
Text Example
White with #262FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FAF; }
p { color: rgb(38,47,175); }
H1.HeaderClassName
{
color: #262FAF;
}
.AnyTagClassName
{
color: #262FAF;
}
</style>
background-color css
<style>
a { background-color: #262FAF; }
a { background-color: rgb(38,47,175); }
div.DivClassName
{
background-color: #262FAF;
}
.BgClassName
{
background-color: #262FAF;
}
</style>
border-color css
<style>
span { border-color: #262FAF; }
span { border-color: rgb(38,47,175); }
td.TdClassName
{
border-color: #262FAF;
}
.TagClassName
{
border-color: #262FAF;
}
</style>