#2E287C

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

Shades of Deep Koamaru #2E287C

Tints of Deep Koamaru #2E287C

Color information

#2E287C (or 0x2E287C) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 28 and 7C. RGB value is (46,40,124). Sum of RGB (Red+Green+Blue) = 46+40+124=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E287C is #D1D783. Grayscale: #333333. Windows color (decimal): -13752196 or 8136750. OLE color: 8136750.

HSL color Cylindrical-coordinate representation of color #2E287C: hue angle of 244.29º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E287C is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4640124-
CMYK0.630.6800.51
HSL244.29º51.22%32.16%-
HSV(B)244.29º67.74%48.63%-
XYZ5.523.5519.46-
YUV51.37168.99124.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 124 (48.83% from 255) = 59.05%
R=21.90%
G=19.05%
B=59.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46401240.630.6800.51244.2951.2232.16
Hex2E287C3F44033f43320
Octal5650174771040633646340
Binary10111010100011111001111111000100011001111110100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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