#374D66

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

Shades of Cello #374D66

Tints of Cello #374D66

Color information

#374D66 (or 0x374D66) is unknown color: approx Cello. HEX triplet: 37, 4D and 66. RGB value is (55,77,102). Sum of RGB (Red+Green+Blue) = 55+77+102=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #374D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D66 is #C8B299. Grayscale: #494949. Windows color (decimal): -13152922 or 6704439. OLE color: 6704439.

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

Color convert

RGB5577102-
CMYK0.460.2500.6
HSL211.91º29.94%30.78%-
HSV(B)211.91º46.08%40%-
XYZ6.637.0813.59-
YUV73.27144.21114.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=23.50%
G=32.91%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55771020.460.2500.6211.9129.9430.78
Hex374D662E1903Cd41e1f
Octal6711514656310743243637
Binary11011110011011100110101110110010111100110101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,102); }

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

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

 a { background-color: rgb(55,77,102); }

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

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

 span { border-color: rgb(55,77,102); }

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