#2E325E

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

Shades of Deep Koamaru #2E325E

Tints of Deep Koamaru #2E325E

Color information

#2E325E (or 0x2E325E) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 32 and 5E. RGB value is (46,50,94). Sum of RGB (Red+Green+Blue) = 46+50+94=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E325E is #D1CDA1. Grayscale: #353535. Windows color (decimal): -13749666 or 6173230. OLE color: 6173230.

HSL color Cylindrical-coordinate representation of color #2E325E: hue angle of 235º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E325E is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB465094-
CMYK0.510.4700.63
HSL235º34.29%27.45%-
HSV(B)235º51.06%36.86%-
XYZ4.293.6711.07-
YUV53.82150.67122.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 94 (37.11% from 255) = 49.47%
R=24.21%
G=26.32%
B=49.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4650940.510.4700.6323534.2927.45
Hex2E325E332F03Feb221b
Octal566213663570773534233
Binary101110110010101111011001110111101111111110101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,50,94); }

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

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

 a { background-color: rgb(46,50,94); }

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

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

 span { border-color: rgb(46,50,94); }

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