Shades of Deep Koamaru #262D67
Tints of Deep Koamaru #262D67
RGB
CMYK
RGB Variations
Color information
#262D67 (or 0x262D67) is known color: Deep Koamaru. HEX triplet: 26, 2D and 67. RGB value is (38,45,103). Sum of RGB (Red+Green+Blue) = 38+45+103=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #262D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D67 is #D9D298. Grayscale: #313131. Windows color (decimal): -14275225 or 6761766. OLE color: 6761766.
HSL color Cylindrical-coordinate representation of color #262D67: hue angle of 233.54º 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 #262D67 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 45 | 103 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.60 |
| HSL | 233.54º | 0.46% | 0.28% | - |
| HSV(B) | 233.54º | 0.63% | 0.4% | - |
| XYZ | 4.19 | 3.27 | 13.24 | - |
| YUV | 49.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 103 | 0.63 | 0.56 | 0 | 0.60 | 233.54 | 0.46 | 0.28 |
| Hex | 26 | 2D | 67 | 3F | 38 | 0 | 3C | EA | 2E | 1C |
| Octal | 46 | 55 | 147 | 77 | 70 | 0 | 74 | 352 | 56 | 34 |
| Binary | 100110 | 101101 | 1100111 | 111111 | 111000 | 0 | 111100 | 11101010 | 101110 | 11100 |
Color Harmonies of #262D67
Complementary color
Monochromatic Colors of #262D67
Black with #262D67
Text Example
Text Example
White with #262D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D67; }
p { color: rgb(38,45,103); }
H1.HeaderClassName
{
color: #262D67;
}
.AnyTagClassName
{
color: #262D67;
}
</style>
background-color css
<style>
a { background-color: #262D67; }
a { background-color: rgb(38,45,103); }
div.DivClassName
{
background-color: #262D67;
}
.BgClassName
{
background-color: #262D67;
}
</style>
border-color css
<style>
span { border-color: #262D67; }
span { border-color: rgb(38,45,103); }
td.TdClassName
{
border-color: #262D67;
}
.TagClassName
{
border-color: #262D67;
}
</style>