#374F6D

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

Shades of Cello #374F6D

Tints of Cello #374F6D

Color information

#374F6D (or 0x374F6D) is unknown color: approx Cello. HEX triplet: 37, 4F and 6D. RGB value is (55,79,109). Sum of RGB (Red+Green+Blue) = 55+79+109=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #374F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F6D is #C8B092. Grayscale: #4B4B4B. Windows color (decimal): -13152403 or 7163703. OLE color: 7163703.

HSL color Cylindrical-coordinate representation of color #374F6D: hue angle of 213.33º 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 #374F6D is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5579109-
CMYK0.500.2800.57
HSL213.33º32.93%32.16%-
HSV(B)213.33º49.54%42.75%-
XYZ7.137.5115.54-
YUV75.24147.05113.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=22.63%
G=32.51%
B=44.86%

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
Decimal55791090.500.2800.57213.3332.9332.16
Hex374F6D321C039d52120
Octal6711715562340713254140
Binary1101111001111110110111001011100011100111010101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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