Shades of Egyptian Blue #262F9D
Tints of Egyptian Blue #262F9D
RGB
CMYK
RGB Variations
Color information
#262F9D (or 0x262F9D) is known color: Egyptian Blue. HEX triplet: 26, 2F and 9D. RGB value is (38,47,157). Sum of RGB (Red+Green+Blue) = 38+47+157=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #262F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F9D is #D9D062. Grayscale: #383838. Windows color (decimal): -14274659 or 10301222. OLE color: 10301222.
HSL color Cylindrical-coordinate representation of color #262F9D: hue angle of 235.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262F9D is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 47 | 157 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.38 |
| HSL | 235.46º | 0.61% | 0.38% | - |
| HSV(B) | 235.46º | 0.76% | 0.62% | - |
| XYZ | 7.9 | 4.88 | 32.42 | - |
| YUV | 56.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 157 | 0.76 | 0.70 | 0 | 0.38 | 235.46 | 0.61 | 0.38 |
| Hex | 26 | 2F | 9D | 4C | 46 | 0 | 26 | EB | 3D | 26 |
| Octal | 46 | 57 | 235 | 114 | 106 | 0 | 46 | 353 | 75 | 46 |
| Binary | 100110 | 101111 | 10011101 | 1001100 | 1000110 | 0 | 100110 | 11101011 | 111101 | 100110 |
Color Harmonies of #262F9D
Complementary color
Monochromatic Colors of #262F9D
Black with #262F9D
Text Example
Text Example
White with #262F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F9D; }
p { color: rgb(38,47,157); }
H1.HeaderClassName
{
color: #262F9D;
}
.AnyTagClassName
{
color: #262F9D;
}
</style>
background-color css
<style>
a { background-color: #262F9D; }
a { background-color: rgb(38,47,157); }
div.DivClassName
{
background-color: #262F9D;
}
.BgClassName
{
background-color: #262F9D;
}
</style>
border-color css
<style>
span { border-color: #262F9D; }
span { border-color: rgb(38,47,157); }
td.TdClassName
{
border-color: #262F9D;
}
.TagClassName
{
border-color: #262F9D;
}
</style>