Shades of Persian Blue #262FBC
Tints of Persian Blue #262FBC
RGB
CMYK
RGB Variations
Color information
#262FBC (or 0x262FBC) is known color: Persian Blue. HEX triplet: 26, 2F and BC. RGB value is (38,47,188). Sum of RGB (Red+Green+Blue) = 38+47+188=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #262FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FBC is #D9D043. Grayscale: #3B3B3B. Windows color (decimal): -14274628 or 12332838. OLE color: 12332838.
HSL color Cylindrical-coordinate representation of color #262FBC: hue angle of 236.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262FBC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 47 | 188 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.26 |
| HSL | 236.4º | 0.66% | 0.44% | - |
| HSV(B) | 236.4º | 0.8% | 0.74% | - |
| XYZ | 10.89 | 6.08 | 48.18 | - |
| YUV | 60.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 188 | 0.80 | 0.75 | 0 | 0.26 | 236.4 | 0.66 | 0.44 |
| Hex | 26 | 2F | BC | 50 | 4B | 0 | 1A | EC | 42 | 2C |
| Octal | 46 | 57 | 274 | 120 | 113 | 0 | 32 | 354 | 102 | 54 |
| Binary | 100110 | 101111 | 10111100 | 1010000 | 1001011 | 0 | 11010 | 11101100 | 1000010 | 101100 |
Color Harmonies of #262FBC
Complementary color
Monochromatic Colors of #262FBC
Black with #262FBC
Text Example
Text Example
White with #262FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FBC; }
p { color: rgb(38,47,188); }
H1.HeaderClassName
{
color: #262FBC;
}
.AnyTagClassName
{
color: #262FBC;
}
</style>
background-color css
<style>
a { background-color: #262FBC; }
a { background-color: rgb(38,47,188); }
div.DivClassName
{
background-color: #262FBC;
}
.BgClassName
{
background-color: #262FBC;
}
</style>
border-color css
<style>
span { border-color: #262FBC; }
span { border-color: rgb(38,47,188); }
td.TdClassName
{
border-color: #262FBC;
}
.TagClassName
{
border-color: #262FBC;
}
</style>