#374C5A

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

Shades of Cello #374C5A

Tints of Cello #374C5A

Color information

#374C5A (or 0x374C5A) is unknown color: approx Cello. HEX triplet: 37, 4C and 5A. RGB value is (55,76,90). Sum of RGB (Red+Green+Blue) = 55+76+90=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #374C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C5A is #C8B3A5. Grayscale: #474747. Windows color (decimal): -13153190 or 5917751. OLE color: 5917751.

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

Color convert

RGB557690-
CMYK0.390.1600.65
HSL204º24.14%28.43%-
HSV(B)204º38.89%35.29%-
XYZ6.016.7210.65-
YUV71.32138.54116.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=24.89%
G=34.39%
B=40.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5576900.390.1600.6520424.1428.43
Hex374C5A2710041cc181c
Octal67114132472001013143034
Binary110111100110010110101001111000001000001110011001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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