#374C60

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

Shades of Cello #374C60

Tints of Cello #374C60

Color information

#374C60 (or 0x374C60) is unknown color: approx Cello. HEX triplet: 37, 4C and 60. RGB value is (55,76,96). Sum of RGB (Red+Green+Blue) = 55+76+96=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #374C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C60 is #C8B39F. Grayscale: #474747. Windows color (decimal): -13153184 or 6310967. OLE color: 6310967.

HSL color Cylindrical-coordinate representation of color #374C60: hue angle of 209.27º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374C60 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557696-
CMYK0.430.2100.62
HSL209.27º27.15%29.61%-
HSV(B)209.27º42.71%37.65%-
XYZ6.276.8312.05-
YUV72141.54115.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=24.23%
G=33.48%
B=42.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5576960.430.2100.62209.2727.1529.61
Hex374C602B1503Ed11b1e
Octal6711414053250763213336
Binary11011110011001100000101011101010111110110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,96); }

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

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

 a { background-color: rgb(55,76,96); }

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

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

 span { border-color: rgb(55,76,96); }

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