#2E3073

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

Shades of Deep Koamaru #2E3073

Tints of Deep Koamaru #2E3073

Color information

#2E3073 (or 0x2E3073) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 30 and 73. RGB value is (46,48,115). Sum of RGB (Red+Green+Blue) = 46+48+115=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3073 is #D1CF8C. Grayscale: #363636. Windows color (decimal): -13750157 or 7548974. OLE color: 7548974.

HSL color Cylindrical-coordinate representation of color #2E3073: hue angle of 238.26º 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 #2E3073 is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4648115-
CMYK0.60.5800.55
HSL238.26º42.86%31.57%-
HSV(B)238.26º60%45.1%-
XYZ5.283.9316.7-
YUV55.04161.84121.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 115 (45.31% from 255) = 55.02%
R=22.01%
G=22.97%
B=55.02%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46481150.60.5800.55238.2642.8631.57
Hex2E30733C3A037ee2b20
Octal566016374720673565340
Binary1011101100001110011111100111010011011111101110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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