#374D5D

Color #374D5D Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #374D5D

Tints of Cello #374D5D

Color information

#374D5D (or 0x374D5D) is unknown color: approx Cello. HEX triplet: 37, 4D and 5D. RGB value is (55,77,93). Sum of RGB (Red+Green+Blue) = 55+77+93=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #374D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D5D is #C8B2A2. Grayscale: #484848. Windows color (decimal): -13152931 or 6114615. OLE color: 6114615.

HSL color Cylindrical-coordinate representation of color #374D5D: hue angle of 205.26º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374D5D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557793-
CMYK0.410.1700.64
HSL205.26º25.68%29.02%-
HSV(B)205.26º40.86%36.47%-
XYZ6.216.9111.36-
YUV72.25139.71115.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=24.44%
G=34.22%
B=41.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5577930.410.1700.64205.2625.6829.02
Hex374D5D2911040cd1a1d
Octal67115135512101003153235
Binary110111100110110111011010011000101000000110011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D5D; }

 p { color: rgb(55,77,93); }

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

<style>
 a { background-color: #374D5D; }

 a { background-color: rgb(55,77,93); }

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

<style>
 span { border-color: #374D5D; }

 span { border-color: rgb(55,77,93); }

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