Shades of Persian Blue #262FBA
Tints of Persian Blue #262FBA
RGB
CMYK
RGB Variations
Color information
#262FBA (or 0x262FBA) is known color: Persian Blue. HEX triplet: 26, 2F and BA. RGB value is (38,47,186). Sum of RGB (Red+Green+Blue) = 38+47+186=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #262FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FBA is #D9D045. Grayscale: #3B3B3B. Windows color (decimal): -14274630 or 12201766. OLE color: 12201766.
HSL color Cylindrical-coordinate representation of color #262FBA: hue angle of 236.35º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262FBA is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 47 | 186 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.27 |
| HSL | 236.35º | 0.66% | 0.44% | - |
| HSV(B) | 236.35º | 0.8% | 0.73% | - |
| XYZ | 10.68 | 5.99 | 47.05 | - |
| YUV | 60.16 | 199.02 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 186 | 0.80 | 0.75 | 0 | 0.27 | 236.35 | 0.66 | 0.44 |
| Hex | 26 | 2F | BA | 50 | 4B | 0 | 1B | EC | 42 | 2C |
| Octal | 46 | 57 | 272 | 120 | 113 | 0 | 33 | 354 | 102 | 54 |
| Binary | 100110 | 101111 | 10111010 | 1010000 | 1001011 | 0 | 11011 | 11101100 | 1000010 | 101100 |
Color Harmonies of #262FBA
Complementary color
Monochromatic Colors of #262FBA
Black with #262FBA
Text Example
Text Example
White with #262FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FBA; }
p { color: rgb(38,47,186); }
H1.HeaderClassName
{
color: #262FBA;
}
.AnyTagClassName
{
color: #262FBA;
}
</style>
background-color css
<style>
a { background-color: #262FBA; }
a { background-color: rgb(38,47,186); }
div.DivClassName
{
background-color: #262FBA;
}
.BgClassName
{
background-color: #262FBA;
}
</style>
border-color css
<style>
span { border-color: #262FBA; }
span { border-color: rgb(38,47,186); }
td.TdClassName
{
border-color: #262FBA;
}
.TagClassName
{
border-color: #262FBA;
}
</style>