Shades of Deep Koamaru #262F6D
Tints of Deep Koamaru #262F6D
RGB
CMYK
RGB Variations
Color information
#262F6D (or 0x262F6D) is known color: Deep Koamaru. HEX triplet: 26, 2F and 6D. RGB value is (38,47,109). Sum of RGB (Red+Green+Blue) = 38+47+109=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #262F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F6D is #D9D092. Grayscale: #333333. Windows color (decimal): -14274707 or 7155494. OLE color: 7155494.
HSL color Cylindrical-coordinate representation of color #262F6D: hue angle of 232.39º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262F6D is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 47 | 109 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.57 |
| HSL | 232.39º | 0.48% | 0.29% | - |
| HSV(B) | 232.39º | 0.65% | 0.43% | - |
| XYZ | 4.58 | 3.55 | 14.91 | - |
| YUV | 51.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 109 | 0.65 | 0.57 | 0 | 0.57 | 232.39 | 0.48 | 0.29 |
| Hex | 26 | 2F | 6D | 41 | 39 | 0 | 39 | E8 | 30 | 1D |
| Octal | 46 | 57 | 155 | 101 | 71 | 0 | 71 | 350 | 60 | 35 |
| Binary | 100110 | 101111 | 1101101 | 1000001 | 111001 | 0 | 111001 | 11101000 | 110000 | 11101 |
Color Harmonies of #262F6D
Complementary color
Monochromatic Colors of #262F6D
Black with #262F6D
Text Example
Text Example
White with #262F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F6D; }
p { color: rgb(38,47,109); }
H1.HeaderClassName
{
color: #262F6D;
}
.AnyTagClassName
{
color: #262F6D;
}
</style>
background-color css
<style>
a { background-color: #262F6D; }
a { background-color: rgb(38,47,109); }
div.DivClassName
{
background-color: #262F6D;
}
.BgClassName
{
background-color: #262F6D;
}
</style>
border-color css
<style>
span { border-color: #262F6D; }
span { border-color: rgb(38,47,109); }
td.TdClassName
{
border-color: #262F6D;
}
.TagClassName
{
border-color: #262F6D;
}
</style>