Shades of Deep Koamaru #262C67
Tints of Deep Koamaru #262C67
RGB
CMYK
RGB Variations
Color information
#262C67 (or 0x262C67) is known color: Deep Koamaru. HEX triplet: 26, 2C and 67. RGB value is (38,44,103). Sum of RGB (Red+Green+Blue) = 38+44+103=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #262C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262C67 is #D9D398. Grayscale: #303030. Windows color (decimal): -14275481 or 6761510. OLE color: 6761510.
HSL color Cylindrical-coordinate representation of color #262C67: hue angle of 234.46º 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 #262C67 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 44 | 103 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.60 |
| HSL | 234.46º | 0.46% | 0.28% | - |
| HSV(B) | 234.46º | 0.63% | 0.4% | - |
| XYZ | 4.15 | 3.19 | 13.23 | - |
| YUV | 48.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 103 | 0.63 | 0.57 | 0 | 0.60 | 234.46 | 0.46 | 0.28 |
| Hex | 26 | 2C | 67 | 3F | 39 | 0 | 3C | EA | 2E | 1C |
| Octal | 46 | 54 | 147 | 77 | 71 | 0 | 74 | 352 | 56 | 34 |
| Binary | 100110 | 101100 | 1100111 | 111111 | 111001 | 0 | 111100 | 11101010 | 101110 | 11100 |
Color Harmonies of #262C67
Complementary color
Monochromatic Colors of #262C67
Black with #262C67
Text Example
Text Example
White with #262C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C67; }
p { color: rgb(38,44,103); }
H1.HeaderClassName
{
color: #262C67;
}
.AnyTagClassName
{
color: #262C67;
}
</style>
background-color css
<style>
a { background-color: #262C67; }
a { background-color: rgb(38,44,103); }
div.DivClassName
{
background-color: #262C67;
}
.BgClassName
{
background-color: #262C67;
}
</style>
border-color css
<style>
span { border-color: #262C67; }
span { border-color: rgb(38,44,103); }
td.TdClassName
{
border-color: #262C67;
}
.TagClassName
{
border-color: #262C67;
}
</style>