#2E2A6E

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

Shades of Deep Koamaru #2E2A6E

Tints of Deep Koamaru #2E2A6E

Color information

#2E2A6E (or 0x2E2A6E) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2A and 6E. RGB value is (46,42,110). Sum of RGB (Red+Green+Blue) = 46+42+110=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E2A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2A6E is #D1D591. Grayscale: #323232. Windows color (decimal): -13751698 or 7219758. OLE color: 7219758.

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

Color convert

RGB4642110-
CMYK0.580.6200.57
HSL243.53º44.74%29.8%-
HSV(B)243.53º61.82%43.14%-
XYZ4.773.3615.15-
YUV50.95161.33124.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=23.23%
G=21.21%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46421100.580.6200.57243.5344.7429.8
Hex2E2A6E3A3E039f42d1e
Octal565215672760713645536
Binary101110101010110111011101011111001110011111010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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