#2E2776

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

Shades of Deep Koamaru #2E2776

Tints of Deep Koamaru #2E2776

Color information

#2E2776 (or 0x2E2776) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 27 and 76. RGB value is (46,39,118). Sum of RGB (Red+Green+Blue) = 46+39+118=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2776 is #D1D889. Grayscale: #313131. Windows color (decimal): -13752458 or 7743278. OLE color: 7743278.

HSL color Cylindrical-coordinate representation of color #2E2776: hue angle of 245.32º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2776 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4639118-
CMYK0.610.6700.54
HSL245.32º50.32%30.78%-
HSV(B)245.32º66.95%46.27%-
XYZ5.123.3417.51-
YUV50.1166.32125.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=22.66%
G=19.21%
B=58.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46391180.610.6700.54245.3250.3230.78
Hex2E27763D43036f5321f
Octal5647166751030663656237
Binary1011101001111110110111101100001101101101111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,118); }

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

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

 a { background-color: rgb(46,39,118); }

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

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

 span { border-color: rgb(46,39,118); }

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