#374F6E

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

Shades of Cello #374F6E

Tints of Cello #374F6E

Color information

#374F6E (or 0x374F6E) is unknown color: approx Cello. HEX triplet: 37, 4F and 6E. RGB value is (55,79,110). Sum of RGB (Red+Green+Blue) = 55+79+110=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #374F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F6E is #C8B091. Grayscale: #4B4B4B. Windows color (decimal): -13152402 or 7229239. OLE color: 7229239.

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

Color convert

RGB5579110-
CMYK0.50.2800.57
HSL213.82º33.33%32.35%-
HSV(B)213.82º50%43.14%-
XYZ7.197.5315.83-
YUV75.36147.55113.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=22.54%
G=32.38%
B=45.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55791100.50.2800.57213.8233.3332.35
Hex374F6E321C039d62120
Octal6711715662340713264140
Binary1101111001111110111011001011100011100111010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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