Shades of Deep Koamaru #262B77
Tints of Deep Koamaru #262B77
RGB
CMYK
RGB Variations
Color information
#262B77 (or 0x262B77) is known color: Deep Koamaru. HEX triplet: 26, 2B and 77. RGB value is (38,43,119). Sum of RGB (Red+Green+Blue) = 38+43+119=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #262B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B77 is #D9D488. Grayscale: #313131. Windows color (decimal): -14275721 or 7809830. OLE color: 7809830.
HSL color Cylindrical-coordinate representation of color #262B77: hue angle of 236.3º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262B77 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 43 | 119 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.53 |
| HSL | 236.3º | 0.52% | 0.31% | - |
| HSV(B) | 236.3º | 0.68% | 0.47% | - |
| XYZ | 4.99 | 3.47 | 17.86 | - |
| YUV | 50.17 | 166.84 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 119 | 0.68 | 0.64 | 0 | 0.53 | 236.3 | 0.52 | 0.31 |
| Hex | 26 | 2B | 77 | 44 | 40 | 0 | 35 | EC | 34 | 1F |
| Octal | 46 | 53 | 167 | 104 | 100 | 0 | 65 | 354 | 64 | 37 |
| Binary | 100110 | 101011 | 1110111 | 1000100 | 1000000 | 0 | 110101 | 11101100 | 110100 | 11111 |
Color Harmonies of #262B77
Complementary color
Monochromatic Colors of #262B77
Black with #262B77
Text Example
Text Example
White with #262B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B77; }
p { color: rgb(38,43,119); }
H1.HeaderClassName
{
color: #262B77;
}
.AnyTagClassName
{
color: #262B77;
}
</style>
background-color css
<style>
a { background-color: #262B77; }
a { background-color: rgb(38,43,119); }
div.DivClassName
{
background-color: #262B77;
}
.BgClassName
{
background-color: #262B77;
}
</style>
border-color css
<style>
span { border-color: #262B77; }
span { border-color: rgb(38,43,119); }
td.TdClassName
{
border-color: #262B77;
}
.TagClassName
{
border-color: #262B77;
}
</style>