Shades of Deep Koamaru #262B71
Tints of Deep Koamaru #262B71
RGB
CMYK
RGB Variations
Color information
#262B71 (or 0x262B71) is known color: Deep Koamaru. HEX triplet: 26, 2B and 71. RGB value is (38,43,113). Sum of RGB (Red+Green+Blue) = 38+43+113=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #262B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B71 is #D9D48E. Grayscale: #313131. Windows color (decimal): -14275727 or 7416614. OLE color: 7416614.
HSL color Cylindrical-coordinate representation of color #262B71: hue angle of 236º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #262B71 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 43 | 113 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.56 |
| HSL | 236º | 0.5% | 0.3% | - |
| HSV(B) | 236º | 0.66% | 0.44% | - |
| XYZ | 4.64 | 3.33 | 16.02 | - |
| YUV | 49.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 113 | 0.66 | 0.62 | 0 | 0.56 | 236 | 0.5 | 0.3 |
| Hex | 26 | 2B | 71 | 42 | 3E | 0 | 38 | EC | 32 | 1E |
| Octal | 46 | 53 | 161 | 102 | 76 | 0 | 70 | 354 | 62 | 36 |
| Binary | 100110 | 101011 | 1110001 | 1000010 | 111110 | 0 | 111000 | 11101100 | 110010 | 11110 |
Color Harmonies of #262B71
Complementary color
Monochromatic Colors of #262B71
Black with #262B71
Text Example
Text Example
White with #262B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B71; }
p { color: rgb(38,43,113); }
H1.HeaderClassName
{
color: #262B71;
}
.AnyTagClassName
{
color: #262B71;
}
</style>
background-color css
<style>
a { background-color: #262B71; }
a { background-color: rgb(38,43,113); }
div.DivClassName
{
background-color: #262B71;
}
.BgClassName
{
background-color: #262B71;
}
</style>
border-color css
<style>
span { border-color: #262B71; }
span { border-color: rgb(38,43,113); }
td.TdClassName
{
border-color: #262B71;
}
.TagClassName
{
border-color: #262B71;
}
</style>