#2E2D6C

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

Shades of Deep Koamaru #2E2D6C

Tints of Deep Koamaru #2E2D6C

Color information

#2E2D6C (or 0x2E2D6C) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2D and 6C. RGB value is (46,45,108). Sum of RGB (Red+Green+Blue) = 46+45+108=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E2D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2D6C is #D1D293. Grayscale: #343434. Windows color (decimal): -13750932 or 7089454. OLE color: 7089454.

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

Color convert

RGB4645108-
CMYK0.570.5800.58
HSL240.95º41.18%30%-
HSV(B)240.95º58.33%42.35%-
XYZ4.773.5414.62-
YUV52.48159.33123.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=23.12%
G=22.61%
B=54.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46451080.570.5800.58240.9541.1830
Hex2E2D6C393A03Af1291e
Octal565515471720723615136
Binary101110101101110110011100111101001110101111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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