#374C65

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

Shades of Cello #374C65

Tints of Cello #374C65

Color information

#374C65 (or 0x374C65) is unknown color: approx Cello. HEX triplet: 37, 4C and 65. RGB value is (55,76,101). Sum of RGB (Red+Green+Blue) = 55+76+101=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #374C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C65 is #C8B39A. Grayscale: #484848. Windows color (decimal): -13153179 or 6638647. OLE color: 6638647.

HSL color Cylindrical-coordinate representation of color #374C65: hue angle of 212.61º 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 #374C65 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5576101-
CMYK0.460.2500.60
HSL212.61º29.49%30.59%-
HSV(B)212.61º45.54%39.61%-
XYZ6.516.9213.3-
YUV72.57144.04115.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=23.71%
G=32.76%
B=43.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55761010.460.2500.60212.6129.4930.59
Hex374C652E1903Cd51d1f
Octal6711414556310743253537
Binary11011110011001100101101110110010111100110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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