#2E364D

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

Shades of Bunting #2E364D

Tints of Bunting #2E364D

Color information

#2E364D (or 0x2E364D) is unknown color: approx Bunting. HEX triplet: 2E, 36 and 4D. RGB value is (46,54,77). Sum of RGB (Red+Green+Blue) = 46+54+77=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E364D is #D1C9B2. Grayscale: #363636. Windows color (decimal): -13748659 or 5060142. OLE color: 5060142.

HSL color Cylindrical-coordinate representation of color #2E364D: hue angle of 224.52º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E364D is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB465477-
CMYK0.400.3000.70
HSL224.52º25.2%24.12%-
HSV(B)224.52º40.26%30.2%-
XYZ3.793.757.55-
YUV54.23140.85122.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.99%
GREEN value IS 54 (21.48% from 255) = 30.51%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=25.99%
G=30.51%
B=43.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4654770.400.3000.70224.5225.224.12
Hex2E364D281E046e11918
Octal5666115503601063413130
Binary10111011011010011011010001111001000110111000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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