Shades of Persian Blue #262FB5
Tints of Persian Blue #262FB5
RGB
CMYK
RGB Variations
Color information
#262FB5 (or 0x262FB5) is known color: Persian Blue. HEX triplet: 26, 2F and B5. RGB value is (38,47,181). Sum of RGB (Red+Green+Blue) = 38+47+181=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #262FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FB5 is #D9D04A. Grayscale: #3B3B3B. Windows color (decimal): -14274635 or 11874086. OLE color: 11874086.
HSL color Cylindrical-coordinate representation of color #262FB5: hue angle of 236.22º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262FB5 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 47 | 181 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.29 |
| HSL | 236.22º | 0.65% | 0.43% | - |
| HSV(B) | 236.22º | 0.79% | 0.71% | - |
| XYZ | 10.16 | 5.78 | 44.3 | - |
| YUV | 59.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 181 | 0.79 | 0.74 | 0 | 0.29 | 236.22 | 0.65 | 0.43 |
| Hex | 26 | 2F | B5 | 4F | 4A | 0 | 1D | EC | 41 | 2B |
| Octal | 46 | 57 | 265 | 117 | 112 | 0 | 35 | 354 | 101 | 53 |
| Binary | 100110 | 101111 | 10110101 | 1001111 | 1001010 | 0 | 11101 | 11101100 | 1000001 | 101011 |
Color Harmonies of #262FB5
Complementary color
Monochromatic Colors of #262FB5
Black with #262FB5
Text Example
Text Example
White with #262FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FB5; }
p { color: rgb(38,47,181); }
H1.HeaderClassName
{
color: #262FB5;
}
.AnyTagClassName
{
color: #262FB5;
}
</style>
background-color css
<style>
a { background-color: #262FB5; }
a { background-color: rgb(38,47,181); }
div.DivClassName
{
background-color: #262FB5;
}
.BgClassName
{
background-color: #262FB5;
}
</style>
border-color css
<style>
span { border-color: #262FB5; }
span { border-color: rgb(38,47,181); }
td.TdClassName
{
border-color: #262FB5;
}
.TagClassName
{
border-color: #262FB5;
}
</style>