#374E6D

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

Shades of Cello #374E6D

Tints of Cello #374E6D

Color information

#374E6D (or 0x374E6D) is unknown color: approx Cello. HEX triplet: 37, 4E and 6D. RGB value is (55,78,109). Sum of RGB (Red+Green+Blue) = 55+78+109=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #374E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6D is #C8B192. Grayscale: #4A4A4A. Windows color (decimal): -13152659 or 7163447. OLE color: 7163447.

HSL color Cylindrical-coordinate representation of color #374E6D: hue angle of 214.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374E6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5578109-
CMYK0.500.2800.57
HSL214.44º32.93%32.16%-
HSV(B)214.44º49.54%42.75%-
XYZ7.067.3715.52-
YUV74.66147.38113.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=22.73%
G=32.23%
B=45.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55781090.500.2800.57214.4432.9332.16
Hex374E6D321C039d62120
Octal6711615562340713264140
Binary1101111001110110110111001011100011100111010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,109); }

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

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

 a { background-color: rgb(55,78,109); }

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

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

 span { border-color: rgb(55,78,109); }

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