Html Css Color HEX #2E555D Casal

📋 copy color: '#2E555D'

red 46 ◦ green 85 ◦ blue 93

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

Shades of Casal #2E555D

Tints of Casal #2E555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 20.54%
G = 37.95%
B = 41.52%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2E555D (or 0x2E555D) is known color: Casal. HEX triplet: 2E, 55 and 5D. RGB value is (46,85,93). Sum of RGB (Red+Green+Blue) = 46+85+93=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E555D is #D1AAA2. Grayscale: #4A4A4A. Windows color (decimal): -13740707 or 6116654. OLE color: 6116654.

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

Color convert

RGB 46 85 93 -
CMYK 0.51 0.09 0 0.64
HSL 190.21º 0.34% 0.27% -
HSV(B) 190.21º 0.51% 0.36% -
XYZ 6.35 7.87 11.54 -
YUV 74.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 46 85 93 0.51 0.09 0 0.64 190.21 0.34 0.27
Hex 2E 55 5D 33 9 0 40 BE 22 1B
Octal 56 125 135 63 11 0 100 276 42 33
Binary 101110 1010101 1011101 110011 1001 0 1000000 10111110 100010 11011

Color Harmonies of #2E555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E555D

Black with #2E555D

Text Example


Text Example

White with #2E555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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