#2E3173

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

Shades of Deep Koamaru #2E3173

Tints of Deep Koamaru #2E3173

Color information

#2E3173 (or 0x2E3173) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 31 and 73. RGB value is (46,49,115). Sum of RGB (Red+Green+Blue) = 46+49+115=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3173 is #D1CE8C. Grayscale: #373737. Windows color (decimal): -13749901 or 7549230. OLE color: 7549230.

HSL color Cylindrical-coordinate representation of color #2E3173: hue angle of 237.39º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E3173 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4649115-
CMYK0.60.5700.55
HSL237.39º42.86%31.57%-
HSV(B)237.39º60%45.1%-
XYZ5.324.0216.71-
YUV55.63161.51121.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=21.90%
G=23.33%
B=54.76%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46491150.60.5700.55237.3942.8631.57
Hex2E31733C39037ed2b20
Octal566116374710673555340
Binary1011101100011110011111100111001011011111101101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,49,115); }

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

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

 a { background-color: rgb(46,49,115); }

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

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

 span { border-color: rgb(46,49,115); }

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