Html Css Color HEX #2D554C Evening Sea

📋 copy color: '#2D554C'

red 45 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #2D554C

Tints of Evening Sea #2D554C

RGB

 RED value IS 45 (17.97% from 255) = 21.84%

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

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 21.84%
G = 41.26%
B = 36.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#2D554C (or 0x2D554C) is known color: Evening Sea. HEX triplet: 2D, 55 and 4C. RGB value is (45,85,76). Sum of RGB (Red+Green+Blue) = 45+85+76=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #2D554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D554C is #D2AAB3. Grayscale: #484848. Windows color (decimal): -13806260 or 5002541. OLE color: 5002541.

HSL color Cylindrical-coordinate representation of color #2D554C: hue angle of 166.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D554C is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 76 -
CMYK 0.47 0 0.11 0.67
HSL 166.5º 0.31% 0.25% -
HSV(B) 166.5º 0.47% 0.33% -
XYZ 5.64 7.58 8 -
YUV 72.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 45 85 76 0.47 0 0.11 0.67 166.5 0.31 0.25
Hex 2D 55 4C 2F 0 B 43 A6 1F 19
Octal 55 125 114 57 0 13 103 246 37 31
Binary 101101 1010101 1001100 101111 0 1011 1000011 10100110 11111 11001

Color Harmonies of #2D554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D554C

Black with #2D554C

Text Example


Text Example

White with #2D554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,76); }

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

background-color css

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

 a { background-color: rgb(45,85,76); }

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

border-color css

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

 span { border-color: rgb(45,85,76); }

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