#374A59

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

Shades of Cello #374A59

Tints of Cello #374A59

Color information

#374A59 (or 0x374A59) is unknown color: approx Cello. HEX triplet: 37, 4A and 59. RGB value is (55,74,89). Sum of RGB (Red+Green+Blue) = 55+74+89=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #374A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A59 is #C8B5A6. Grayscale: #454545. Windows color (decimal): -13153703 or 5851703. OLE color: 5851703.

HSL color Cylindrical-coordinate representation of color #374A59: hue angle of 206.47º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374A59 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557489-
CMYK0.380.1700.65
HSL206.47º23.61%28.24%-
HSV(B)206.47º38.2%34.9%-
XYZ5.836.4310.39-
YUV70.03138.71117.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=25.23%
G=33.94%
B=40.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5574890.380.1700.65206.4723.6128.24
Hex374A592611041ce181c
Octal67112131462101013163034
Binary110111100101010110011001101000101000001110011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,89); }

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

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

 a { background-color: rgb(55,74,89); }

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

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

 span { border-color: rgb(55,74,89); }

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