#374C61

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

Shades of Cello #374C61

Tints of Cello #374C61

Color information

#374C61 (or 0x374C61) is unknown color: approx Cello. HEX triplet: 37, 4C and 61. RGB value is (55,76,97). Sum of RGB (Red+Green+Blue) = 55+76+97=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #374C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C61 is #C8B39E. Grayscale: #484848. Windows color (decimal): -13153183 or 6376503. OLE color: 6376503.

HSL color Cylindrical-coordinate representation of color #374C61: hue angle of 210º degrees, saturation: 0.28, 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 #374C61 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557697-
CMYK0.430.2200.62
HSL210º27.63%29.8%-
HSV(B)210º43.3%38.04%-
XYZ6.326.8412.3-
YUV72.11142.04115.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=24.12%
G=33.33%
B=42.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5576970.430.2200.6221027.6329.8
Hex374C612B1603Ed21c1e
Octal6711414153260763223436
Binary11011110011001100001101011101100111110110100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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