#374D5C

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

Shades of Cello #374D5C

Tints of Cello #374D5C

Color information

#374D5C (or 0x374D5C) is unknown color: approx Cello. HEX triplet: 37, 4D and 5C. RGB value is (55,77,92). Sum of RGB (Red+Green+Blue) = 55+77+92=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #374D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D5C is #C8B2A3. Grayscale: #484848. Windows color (decimal): -13152932 or 6049079. OLE color: 6049079.

HSL color Cylindrical-coordinate representation of color #374D5C: hue angle of 204.32º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #374D5C is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB557792-
CMYK0.400.1600.64
HSL204.32º25.17%28.82%-
HSV(B)204.32º40.22%36.08%-
XYZ6.166.8911.13-
YUV72.13139.21115.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=24.55%
G=34.38%
B=41.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5577920.400.1600.64204.3225.1728.82
Hex374D5C2810040cc191d
Octal67115134502001003143135
Binary110111100110110111001010001000001000000110011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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