Shades of Deep Koamaru #2B3267
Tints of Deep Koamaru #2B3267
RGB
CMYK
RGB Variations
Color information
#2B3267 (or 0x2B3267) is known color: Deep Koamaru. HEX triplet: 2B, 32 and 67. RGB value is (43,50,103). Sum of RGB (Red+Green+Blue) = 43+50+103=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3267 is #D4CD98. Grayscale: #353535. Windows color (decimal): -13946265 or 6763051. OLE color: 6763051.
HSL color Cylindrical-coordinate representation of color #2B3267: hue angle of 233º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3267 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 50 | 103 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.60 |
| HSL | 233º | 0.41% | 0.29% | - |
| HSV(B) | 233º | 0.58% | 0.4% | - |
| XYZ | 4.59 | 3.77 | 13.32 | - |
| YUV | 53.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 103 | 0.58 | 0.51 | 0 | 0.60 | 233 | 0.41 | 0.29 |
| Hex | 2B | 32 | 67 | 3A | 33 | 0 | 3C | E9 | 29 | 1D |
| Octal | 53 | 62 | 147 | 72 | 63 | 0 | 74 | 351 | 51 | 35 |
| Binary | 101011 | 110010 | 1100111 | 111010 | 110011 | 0 | 111100 | 11101001 | 101001 | 11101 |
Color Harmonies of #2B3267
Complementary color
Monochromatic Colors of #2B3267
Black with #2B3267
Text Example
Text Example
White with #2B3267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3267; }
p { color: rgb(43,50,103); }
H1.HeaderClassName
{
color: #2B3267;
}
.AnyTagClassName
{
color: #2B3267;
}
</style>
background-color css
<style>
a { background-color: #2B3267; }
a { background-color: rgb(43,50,103); }
div.DivClassName
{
background-color: #2B3267;
}
.BgClassName
{
background-color: #2B3267;
}
</style>
border-color css
<style>
span { border-color: #2B3267; }
span { border-color: rgb(43,50,103); }
td.TdClassName
{
border-color: #2B3267;
}
.TagClassName
{
border-color: #2B3267;
}
</style>