#2E3566

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

Shades of Deep Koamaru #2E3566

Tints of Deep Koamaru #2E3566

Color information

#2E3566 (or 0x2E3566) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 35 and 66. RGB value is (46,53,102). Sum of RGB (Red+Green+Blue) = 46+53+102=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3566 is #D1CA99. Grayscale: #383838. Windows color (decimal): -13748890 or 6698286. OLE color: 6698286.

HSL color Cylindrical-coordinate representation of color #2E3566: hue angle of 232.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E3566 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4653102-
CMYK0.550.4800.6
HSL232.5º37.84%29.02%-
HSV(B)232.5º54.9%40%-
XYZ4.84.0913.11-
YUV56.49153.68120.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=22.89%
G=26.37%
B=50.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46531020.550.4800.6232.537.8429.02
Hex2E3566373003Ce8261d
Octal566514667600743504635
Binary101110110101110011011011111000001111001110100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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