Shades of Deep Koamaru #262D62
Tints of Deep Koamaru #262D62
RGB
CMYK
RGB Variations
Color information
#262D62 (or 0x262D62) is known color: Deep Koamaru. HEX triplet: 26, 2D and 62. RGB value is (38,45,98). Sum of RGB (Red+Green+Blue) = 38+45+98=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #262D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D62 is #D9D29D. Grayscale: #303030. Windows color (decimal): -14275230 or 6434086. OLE color: 6434086.
HSL color Cylindrical-coordinate representation of color #262D62: hue angle of 233º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262D62 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 45 | 98 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.62 |
| HSL | 233º | 0.44% | 0.27% | - |
| HSV(B) | 233º | 0.61% | 0.38% | - |
| XYZ | 3.94 | 3.17 | 11.96 | - |
| YUV | 48.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 98 | 0.61 | 0.54 | 0 | 0.62 | 233 | 0.44 | 0.27 |
| Hex | 26 | 2D | 62 | 3D | 36 | 0 | 3E | E9 | 2C | 1B |
| Octal | 46 | 55 | 142 | 75 | 66 | 0 | 76 | 351 | 54 | 33 |
| Binary | 100110 | 101101 | 1100010 | 111101 | 110110 | 0 | 111110 | 11101001 | 101100 | 11011 |
Color Harmonies of #262D62
Complementary color
Monochromatic Colors of #262D62
Black with #262D62
Text Example
Text Example
White with #262D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D62; }
p { color: rgb(38,45,98); }
H1.HeaderClassName
{
color: #262D62;
}
.AnyTagClassName
{
color: #262D62;
}
</style>
background-color css
<style>
a { background-color: #262D62; }
a { background-color: rgb(38,45,98); }
div.DivClassName
{
background-color: #262D62;
}
.BgClassName
{
background-color: #262D62;
}
</style>
border-color css
<style>
span { border-color: #262D62; }
span { border-color: rgb(38,45,98); }
td.TdClassName
{
border-color: #262D62;
}
.TagClassName
{
border-color: #262D62;
}
</style>