#2E356D

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

Shades of Deep Koamaru #2E356D

Tints of Deep Koamaru #2E356D

Color information

#2E356D (or 0x2E356D) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 35 and 6D. RGB value is (46,53,109). Sum of RGB (Red+Green+Blue) = 46+53+109=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E356D is #D1CA92. Grayscale: #393939. Windows color (decimal): -13748883 or 7157038. OLE color: 7157038.

HSL color Cylindrical-coordinate representation of color #2E356D: hue angle of 233.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E356D is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4653109-
CMYK0.580.5100.57
HSL233.33º40.65%30.39%-
HSV(B)233.33º57.8%42.75%-
XYZ5.164.2315.01-
YUV57.29157.18119.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=22.12%
G=25.48%
B=52.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46531090.580.5100.57233.3340.6530.39
Hex2E356D3A33039e9291e
Octal566515572630713515136
Binary101110110101110110111101011001101110011110100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,53,109); }

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

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

 a { background-color: rgb(46,53,109); }

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

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

 span { border-color: rgb(46,53,109); }

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