#2E277D

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

Shades of Deep Koamaru #2E277D

Tints of Deep Koamaru #2E277D

Color information

#2E277D (or 0x2E277D) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 27 and 7D. RGB value is (46,39,125). Sum of RGB (Red+Green+Blue) = 46+39+125=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E277D is #D1D882. Grayscale: #323232. Windows color (decimal): -13752451 or 8202030. OLE color: 8202030.

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

Color convert

RGB4639125-
CMYK0.630.6900.51
HSL244.88º52.44%32.16%-
HSV(B)244.88º68.8%49.02%-
XYZ5.553.5119.79-
YUV50.9169.82124.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 125 (49.22% from 255) = 59.52%
R=21.90%
G=18.57%
B=59.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46391250.630.6900.51244.8852.4432.16
Hex2E277D3F45033f53420
Octal5647175771050633656440
Binary10111010011111111011111111000101011001111110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,125); }

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

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

 a { background-color: rgb(46,39,125); }

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

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

 span { border-color: rgb(46,39,125); }

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