#2E2879

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

Shades of Deep Koamaru #2E2879

Tints of Deep Koamaru #2E2879

Color information

#2E2879 (or 0x2E2879) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 28 and 79. RGB value is (46,40,121). Sum of RGB (Red+Green+Blue) = 46+40+121=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2879 is #D1D786. Grayscale: #323232. Windows color (decimal): -13752199 or 7940142. OLE color: 7940142.

HSL color Cylindrical-coordinate representation of color #2E2879: hue angle of 244.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E2879 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4640121-
CMYK0.620.6700.53
HSL244.44º50.31%31.57%-
HSV(B)244.44º66.94%47.45%-
XYZ5.343.4818.48-
YUV51.03167.49124.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=22.22%
G=19.32%
B=58.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46401210.620.6700.53244.4450.3131.57
Hex2E28793E43035f43220
Octal5650171761030653646240
Binary10111010100011110011111101000011011010111110100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,40,121); }

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

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

 a { background-color: rgb(46,40,121); }

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

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

 span { border-color: rgb(46,40,121); }

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