#2E545D

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

Shades of Casal #2E545D

Tints of Casal #2E545D

Color information

#2E545D (or 0x2E545D) is unknown color: approx Casal. HEX triplet: 2E, 54 and 5D. RGB value is (46,84,93). Sum of RGB (Red+Green+Blue) = 46+84+93=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E545D is #D1ABA2. Grayscale: #494949. Windows color (decimal): -13740963 or 6116398. OLE color: 6116398.

HSL color Cylindrical-coordinate representation of color #2E545D: hue angle of 191.49º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E545D is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB468493-
CMYK0.510.1000.64
HSL191.49º33.81%27.25%-
HSV(B)191.49º50.54%36.47%-
XYZ6.277.7111.51-
YUV73.66138.91108.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.63%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=20.63%
G=37.67%
B=41.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4684930.510.1000.64191.4933.8127.25
Hex2E545D33A040bf221b
Octal56124135631201002774233
Binary101110101010010111011100111010010000001011111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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