#2E3161

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

Shades of Deep Koamaru #2E3161

Tints of Deep Koamaru #2E3161

Color information

#2E3161 (or 0x2E3161) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 31 and 61. RGB value is (46,49,97). Sum of RGB (Red+Green+Blue) = 46+49+97=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3161 is #D1CE9E. Grayscale: #353535. Windows color (decimal): -13749919 or 6369582. OLE color: 6369582.

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

Color convert

RGB464997-
CMYK0.530.4900.62
HSL236.47º35.66%28.04%-
HSV(B)236.47º52.58%38.04%-
XYZ4.383.6411.78-
YUV53.58152.51122.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=23.96%
G=25.52%
B=50.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4649970.530.4900.62236.4735.6628.04
Hex2E3161353103Eec241c
Octal566114165610763544434
Binary101110110001110000111010111000101111101110110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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