Shades of Deep Koamaru #262B67
Tints of Deep Koamaru #262B67
RGB
CMYK
RGB Variations
Color information
#262B67 (or 0x262B67) is known color: Deep Koamaru. HEX triplet: 26, 2B and 67. RGB value is (38,43,103). Sum of RGB (Red+Green+Blue) = 38+43+103=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #262B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B67 is #D9D498. Grayscale: #303030. Windows color (decimal): -14275737 or 6761254. OLE color: 6761254.
HSL color Cylindrical-coordinate representation of color #262B67: hue angle of 235.38º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #262B67 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 43 | 103 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.60 |
| HSL | 235.38º | 0.46% | 0.28% | - |
| HSV(B) | 235.38º | 0.63% | 0.4% | - |
| XYZ | 4.11 | 3.12 | 13.22 | - |
| YUV | 48.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 103 | 0.63 | 0.58 | 0 | 0.60 | 235.38 | 0.46 | 0.28 |
| Hex | 26 | 2B | 67 | 3F | 3A | 0 | 3C | EB | 2E | 1C |
| Octal | 46 | 53 | 147 | 77 | 72 | 0 | 74 | 353 | 56 | 34 |
| Binary | 100110 | 101011 | 1100111 | 111111 | 111010 | 0 | 111100 | 11101011 | 101110 | 11100 |
Color Harmonies of #262B67
Complementary color
Monochromatic Colors of #262B67
Black with #262B67
Text Example
Text Example
White with #262B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B67; }
p { color: rgb(38,43,103); }
H1.HeaderClassName
{
color: #262B67;
}
.AnyTagClassName
{
color: #262B67;
}
</style>
background-color css
<style>
a { background-color: #262B67; }
a { background-color: rgb(38,43,103); }
div.DivClassName
{
background-color: #262B67;
}
.BgClassName
{
background-color: #262B67;
}
</style>
border-color css
<style>
span { border-color: #262B67; }
span { border-color: rgb(38,43,103); }
td.TdClassName
{
border-color: #262B67;
}
.TagClassName
{
border-color: #262B67;
}
</style>