#374E6B

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

Shades of Cello #374E6B

Tints of Cello #374E6B

Color information

#374E6B (or 0x374E6B) is unknown color: approx Cello. HEX triplet: 37, 4E and 6B. RGB value is (55,78,107). Sum of RGB (Red+Green+Blue) = 55+78+107=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #374E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6B is #C8B194. Grayscale: #4A4A4A. Windows color (decimal): -13152661 or 7032375. OLE color: 7032375.

HSL color Cylindrical-coordinate representation of color #374E6B: hue angle of 213.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374E6B is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5578107-
CMYK0.490.2700.58
HSL213.46º32.1%31.76%-
HSV(B)213.46º48.6%41.96%-
XYZ6.957.3214.96-
YUV74.43146.38114.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 107 (42.19% from 255) = 44.58%
R=22.92%
G=32.5%
B=44.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55781070.490.2700.58213.4632.131.76
Hex374E6B311B03Ad52020
Octal6711615361330723254040
Binary1101111001110110101111000111011011101011010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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