#2E2A7A

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

Shades of Deep Koamaru #2E2A7A

Tints of Deep Koamaru #2E2A7A

Color information

#2E2A7A (or 0x2E2A7A) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2A and 7A. RGB value is (46,42,122). Sum of RGB (Red+Green+Blue) = 46+42+122=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E2A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A7A is #D1D585. Grayscale: #343434. Windows color (decimal): -13751686 or 8006190. OLE color: 8006190.

HSL color Cylindrical-coordinate representation of color #2E2A7A: hue angle of 243º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E2A7A is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4642122-
CMYK0.620.6600.52
HSL243º48.78%32.16%-
HSV(B)243º65.57%47.84%-
XYZ5.473.6418.83-
YUV52.32167.33123.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=21.90%
G=20%
B=58.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46421220.620.6600.5224348.7832.16
Hex2E2A7A3E42034f33120
Octal5652172761020643636140
Binary10111010101011110101111101000010011010011110011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,42,122); }

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

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

 a { background-color: rgb(46,42,122); }

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

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

 span { border-color: rgb(46,42,122); }

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