#2E3466

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

Shades of Deep Koamaru #2E3466

Tints of Deep Koamaru #2E3466

Color information

#2E3466 (or 0x2E3466) is unknown color: approx Deep Koamaru. HEX triplet: 2E, 34 and 66. RGB value is (46,52,102). Sum of RGB (Red+Green+Blue) = 46+52+102=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E3466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3466 is #D1CB99. Grayscale: #373737. Windows color (decimal): -13749146 or 6698030. OLE color: 6698030.

HSL color Cylindrical-coordinate representation of color #2E3466: hue angle of 233.57º 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 #2E3466 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4652102-
CMYK0.550.4900.6
HSL233.57º37.84%29.02%-
HSV(B)233.57º54.9%40%-
XYZ4.75413.09-
YUV55.91154.01120.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 102 (40.23% from 255) = 51%
R=23%
G=26%
B=51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46521020.550.4900.6233.5737.8429.02
Hex2E3466373103Cea261d
Octal566414667610743524635
Binary101110110100110011011011111000101111001110101010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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