#2E326D

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

Shades of Deep Koamaru #2E326D

Tints of Deep Koamaru #2E326D

Color information

#2E326D (or 0x2E326D) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 32 and 6D. RGB value is (46,50,109). Sum of RGB (Red+Green+Blue) = 46+50+109=205 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.44% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E326D is #D1CD92. Grayscale: #373737. Windows color (decimal): -13749651 or 7156270. OLE color: 7156270.

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

Color convert

RGB4650109-
CMYK0.580.5400.57
HSL236.19º40.65%30.39%-
HSV(B)236.19º57.8%42.75%-
XYZ5.033.9714.97-
YUV55.53158.17121.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.44%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=22.44%
G=24.39%
B=53.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46501090.580.5400.57236.1940.6530.39
Hex2E326D3A36039ec291e
Octal566215572660713545136
Binary101110110010110110111101011011001110011110110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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