#2E2B6C

Color #2E2B6C Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #2E2B6C

Tints of Deep Koamaru #2E2B6C

Color information

#2E2B6C (or 0x2E2B6C) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2B and 6C. RGB value is (46,43,108). Sum of RGB (Red+Green+Blue) = 46+43+108=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E2B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2B6C is #D1D493. Grayscale: #333333. Windows color (decimal): -13751444 or 7088942. OLE color: 7088942.

HSL color Cylindrical-coordinate representation of color #2E2B6C: hue angle of 242.77º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E2B6C is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4643108-
CMYK0.570.6000.58
HSL242.77º43.05%29.61%-
HSV(B)242.77º60.19%42.35%-
XYZ4.73.3914.59-
YUV51.31159.99124.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 43 (17.19% from 255) = 21.83%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=23.35%
G=21.83%
B=54.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46431080.570.6000.58242.7743.0529.61
Hex2E2B6C393C03Af32b1e
Octal565315471740723635336
Binary101110101011110110011100111110001110101111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2B6C; }

 p { color: rgb(46,43,108); }

 H1.HeaderClassName
 {
   color: #2E2B6C;
 }
 .AnyTagClassName
 {
   color: #2E2B6C;
 }
</style>
background-color css

<style>
 a { background-color: #2E2B6C; }

 a { background-color: rgb(46,43,108); }

 div.DivClassName
 {
   background-color: #2E2B6C;
 }
 .BgClassName
 {
   background-color: #2E2B6C;
 }
</style>
border-color css

<style>
 span { border-color: #2E2B6C; }

 span { border-color: rgb(46,43,108); }

 td.TdClassName
 {
   border-color: #2E2B6C;
 }
 .TagClassName
 {
   border-color: #2E2B6C;
 }
</style>