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