#2E2676

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

Shades of Deep Koamaru #2E2676

Tints of Deep Koamaru #2E2676

Color information

#2E2676 (or 0x2E2676) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 26 and 76. RGB value is (46,38,118). Sum of RGB (Red+Green+Blue) = 46+38+118=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #2E2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2676 is #D1D989. Grayscale: #313131. Windows color (decimal): -13752714 or 7743022. OLE color: 7743022.

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

Color convert

RGB4638118-
CMYK0.610.6800.54
HSL246º51.28%30.59%-
HSV(B)246º67.8%46.27%-
XYZ5.093.2817.5-
YUV49.51166.65125.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=22.77%
G=18.81%
B=58.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46381180.610.6800.5424651.2830.59
Hex2E26763D44036f6331f
Octal5646166751040663666337
Binary1011101001101110110111101100010001101101111011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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