#2E3654

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

Shades of Bunting #2E3654

Tints of Bunting #2E3654

Color information

#2E3654 (or 0x2E3654) is unknown color: approx Bunting. HEX triplet: 2E, 36 and 54. RGB value is (46,54,84). Sum of RGB (Red+Green+Blue) = 46+54+84=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E3654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3654 is #D1C9AB. Grayscale: #363636. Windows color (decimal): -13748652 or 5518894. OLE color: 5518894.

HSL color Cylindrical-coordinate representation of color #2E3654: hue angle of 227.37º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3654 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB465484-
CMYK0.450.3600.67
HSL227.37º29.23%25.49%-
HSV(B)227.37º45.24%32.94%-
XYZ4.053.868.92-
YUV55.03144.35121.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=25%
G=29.35%
B=45.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4654840.450.3600.67227.3729.2325.49
Hex2E36542D24043e31d19
Octal5666124554401033433531
Binary101110110110101010010110110010001000011111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,54,84); }

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

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

 a { background-color: rgb(46,54,84); }

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

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

 span { border-color: rgb(46,54,84); }

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