Shades of Persian Blue #262FB8
Tints of Persian Blue #262FB8
RGB
CMYK
RGB Variations
Color information
#262FB8 (or 0x262FB8) is known color: Persian Blue. HEX triplet: 26, 2F and B8. RGB value is (38,47,184). Sum of RGB (Red+Green+Blue) = 38+47+184=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 184 (72.27% from 255 or 68.40% from 269); Max value from RGB is 184 - color contains mainly: blue. Hex color #262FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FB8 is #D9D047. Grayscale: #3B3B3B. Windows color (decimal): -14274632 or 12070694. OLE color: 12070694.
HSL color Cylindrical-coordinate representation of color #262FB8: hue angle of 236.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262FB8 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 47 | 184 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.28 |
| HSL | 236.3º | 0.66% | 0.44% | - |
| HSV(B) | 236.3º | 0.79% | 0.72% | - |
| XYZ | 10.47 | 5.91 | 45.94 | - |
| YUV | 59.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 184 | 0.79 | 0.74 | 0 | 0.28 | 236.3 | 0.66 | 0.44 |
| Hex | 26 | 2F | B8 | 4F | 4A | 0 | 1C | EC | 42 | 2C |
| Octal | 46 | 57 | 270 | 117 | 112 | 0 | 34 | 354 | 102 | 54 |
| Binary | 100110 | 101111 | 10111000 | 1001111 | 1001010 | 0 | 11100 | 11101100 | 1000010 | 101100 |
Color Harmonies of #262FB8
Complementary color
Monochromatic Colors of #262FB8
Black with #262FB8
Text Example
Text Example
White with #262FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FB8; }
p { color: rgb(38,47,184); }
H1.HeaderClassName
{
color: #262FB8;
}
.AnyTagClassName
{
color: #262FB8;
}
</style>
background-color css
<style>
a { background-color: #262FB8; }
a { background-color: rgb(38,47,184); }
div.DivClassName
{
background-color: #262FB8;
}
.BgClassName
{
background-color: #262FB8;
}
</style>
border-color css
<style>
span { border-color: #262FB8; }
span { border-color: rgb(38,47,184); }
td.TdClassName
{
border-color: #262FB8;
}
.TagClassName
{
border-color: #262FB8;
}
</style>