Shades of Deep Koamaru #262B73
Tints of Deep Koamaru #262B73
RGB
CMYK
RGB Variations
Color information
#262B73 (or 0x262B73) is known color: Deep Koamaru. HEX triplet: 26, 2B and 73. RGB value is (38,43,115). Sum of RGB (Red+Green+Blue) = 38+43+115=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #262B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B73 is #D9D48C. Grayscale: #313131. Windows color (decimal): -14275725 or 7547686. OLE color: 7547686.
HSL color Cylindrical-coordinate representation of color #262B73: hue angle of 236.1º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262B73 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 43 | 115 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.55 |
| HSL | 236.1º | 0.5% | 0.3% | - |
| HSV(B) | 236.1º | 0.67% | 0.45% | - |
| XYZ | 4.76 | 3.38 | 16.62 | - |
| YUV | 49.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 115 | 0.67 | 0.63 | 0 | 0.55 | 236.1 | 0.5 | 0.3 |
| Hex | 26 | 2B | 73 | 43 | 3F | 0 | 37 | EC | 32 | 1E |
| Octal | 46 | 53 | 163 | 103 | 77 | 0 | 67 | 354 | 62 | 36 |
| Binary | 100110 | 101011 | 1110011 | 1000011 | 111111 | 0 | 110111 | 11101100 | 110010 | 11110 |
Color Harmonies of #262B73
Complementary color
Monochromatic Colors of #262B73
Black with #262B73
Text Example
Text Example
White with #262B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B73; }
p { color: rgb(38,43,115); }
H1.HeaderClassName
{
color: #262B73;
}
.AnyTagClassName
{
color: #262B73;
}
</style>
background-color css
<style>
a { background-color: #262B73; }
a { background-color: rgb(38,43,115); }
div.DivClassName
{
background-color: #262B73;
}
.BgClassName
{
background-color: #262B73;
}
</style>
border-color css
<style>
span { border-color: #262B73; }
span { border-color: rgb(38,43,115); }
td.TdClassName
{
border-color: #262B73;
}
.TagClassName
{
border-color: #262B73;
}
</style>