Html Css Color HEX #2E555E Casal

📋 copy color: '#2E555E'

red 46 ◦ green 85 ◦ blue 94

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

Shades of Casal #2E555E

Tints of Casal #2E555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

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

R = 20.44%
G = 37.78%
B = 41.78%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E555E (or 0x2E555E) is known color: Casal. HEX triplet: 2E, 55 and 5E. RGB value is (46,85,94). Sum of RGB (Red+Green+Blue) = 46+85+94=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #2E555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E555E is #D1AAA1. Grayscale: #4A4A4A. Windows color (decimal): -13740706 or 6182190. OLE color: 6182190.

HSL color Cylindrical-coordinate representation of color #2E555E: hue angle of 191.25º 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 #2E555E is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 85 94 -
CMYK 0.51 0.10 0 0.63
HSL 191.25º 0.34% 0.27% -
HSV(B) 191.25º 0.51% 0.37% -
XYZ 6.4 7.89 11.77 -
YUV 74.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 46 85 94 0.51 0.10 0 0.63 191.25 0.34 0.27
Hex 2E 55 5E 33 A 0 3F BF 22 1B
Octal 56 125 136 63 12 0 77 277 42 33
Binary 101110 1010101 1011110 110011 1010 0 111111 10111111 100010 11011

Color Harmonies of #2E555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E555E

Black with #2E555E

Text Example


Text Example

White with #2E555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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