#374E65

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

Shades of Cello #374E65

Tints of Cello #374E65

Color information

#374E65 (or 0x374E65) is unknown color: approx Cello. HEX triplet: 37, 4E and 65. RGB value is (55,78,101). Sum of RGB (Red+Green+Blue) = 55+78+101=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #374E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E65 is #C8B19A. Grayscale: #494949. Windows color (decimal): -13152667 or 6639159. OLE color: 6639159.

HSL color Cylindrical-coordinate representation of color #374E65: hue angle of 210º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374E65 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5578101-
CMYK0.460.2300.60
HSL210º29.49%30.59%-
HSV(B)210º45.54%39.61%-
XYZ6.657.213.35-
YUV73.74143.38114.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 43.16%
R=23.50%
G=33.33%
B=43.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55781010.460.2300.6021029.4930.59
Hex374E652E1703Cd21d1f
Octal6711614556270743223537
Binary11011110011101100101101110101110111100110100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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