Shades of Deep Koamaru #263066
Tints of Deep Koamaru #263066
RGB
CMYK
RGB Variations
Color information
#263066 (or 0x263066) is known color: Deep Koamaru. HEX triplet: 26, 30 and 66. RGB value is (38,48,102). Sum of RGB (Red+Green+Blue) = 38+48+102=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #263066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263066 is #D9CF99. Grayscale: #323232. Windows color (decimal): -14274458 or 6696998. OLE color: 6696998.
HSL color Cylindrical-coordinate representation of color #263066: hue angle of 230.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263066 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 48 | 102 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.6 |
| HSL | 230.63º | 0.46% | 0.27% | - |
| HSV(B) | 230.63º | 0.63% | 0.4% | - |
| XYZ | 4.25 | 3.49 | 13.02 | - |
| YUV | 51.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 102 | 0.63 | 0.53 | 0 | 0.6 | 230.63 | 0.46 | 0.27 |
| Hex | 26 | 30 | 66 | 3F | 35 | 0 | 3C | E7 | 2E | 1B |
| Octal | 46 | 60 | 146 | 77 | 65 | 0 | 74 | 347 | 56 | 33 |
| Binary | 100110 | 110000 | 1100110 | 111111 | 110101 | 0 | 111100 | 11100111 | 101110 | 11011 |
Color Harmonies of #263066
Complementary color
Monochromatic Colors of #263066
Black with #263066
Text Example
Text Example
White with #263066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263066; }
p { color: rgb(38,48,102); }
H1.HeaderClassName
{
color: #263066;
}
.AnyTagClassName
{
color: #263066;
}
</style>
background-color css
<style>
a { background-color: #263066; }
a { background-color: rgb(38,48,102); }
div.DivClassName
{
background-color: #263066;
}
.BgClassName
{
background-color: #263066;
}
</style>
border-color css
<style>
span { border-color: #263066; }
span { border-color: rgb(38,48,102); }
td.TdClassName
{
border-color: #263066;
}
.TagClassName
{
border-color: #263066;
}
</style>