#2E2C61

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

Shades of Deep Koamaru #2E2C61

Tints of Deep Koamaru #2E2C61

Color information

#2E2C61 (or 0x2E2C61) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 2C and 61. RGB value is (46,44,97). Sum of RGB (Red+Green+Blue) = 46+44+97=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E2C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2C61 is #D1D39E. Grayscale: #323232. Windows color (decimal): -13751199 or 6368302. OLE color: 6368302.

HSL color Cylindrical-coordinate representation of color #2E2C61: hue angle of 242.26º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E2C61 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB464497-
CMYK0.530.5500.62
HSL242.26º37.59%27.65%-
HSV(B)242.26º54.64%38.04%-
XYZ4.193.2511.72-
YUV50.64154.16124.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=24.60%
G=23.53%
B=51.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4644970.530.5500.62242.2637.5927.65
Hex2E2C61353703Ef2261c
Octal565414165670763624634
Binary101110101100110000111010111011101111101111001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,44,97); }

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

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

 a { background-color: rgb(46,44,97); }

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

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

 span { border-color: rgb(46,44,97); }

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