Html Css Color HEX #2E575E Casal

📋 copy color: '#2E575E'

red 46 ◦ green 87 ◦ blue 94

#2E575E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #2E575E

Tints of Casal #2E575E

RGB

 RED value IS 46 (18.36% from 255) = 20.26%

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 94 (37.11% from 255) = 41.41%

R = 20.26%
G = 38.33%
B = 41.41%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E575E (or 0x2E575E) is known color: Casal. HEX triplet: 2E, 57 and 5E. RGB value is (46,87,94). Sum of RGB (Red+Green+Blue) = 46+87+94=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E575E is #D1A8A1. Grayscale: #4B4B4B. Windows color (decimal): -13740194 or 6182702. OLE color: 6182702.

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

Color convert

RGB 46 87 94 -
CMYK 0.51 0.07 0 0.63
HSL 188.75º 0.34% 0.27% -
HSV(B) 188.75º 0.51% 0.37% -
XYZ 6.56 8.21 11.83 -
YUV 75.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 46 87 94 0.51 0.07 0 0.63 188.75 0.34 0.27
Hex 2E 57 5E 33 7 0 3F BD 22 1B
Octal 56 127 136 63 7 0 77 275 42 33
Binary 101110 1010111 1011110 110011 111 0 111111 10111101 100010 11011

Color Harmonies of #2E575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E575E

Black with #2E575E

Text Example


Text Example

White with #2E575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,94); }

 H1.HeaderClassName
 {
   color: #2E575E;
 }
 .AnyTagClassName
 {
   color: #2E575E;
 }
</style>

background-color css

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

 a { background-color: rgb(46,87,94); }

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

border-color css

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

 span { border-color: rgb(46,87,94); }

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