#374E6A

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

Shades of Cello #374E6A

Tints of Cello #374E6A

Color information

#374E6A (or 0x374E6A) is unknown color: approx Cello. HEX triplet: 37, 4E and 6A. RGB value is (55,78,106). Sum of RGB (Red+Green+Blue) = 55+78+106=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #374E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E6A is #C8B195. Grayscale: #4A4A4A. Windows color (decimal): -13152662 or 6966839. OLE color: 6966839.

HSL color Cylindrical-coordinate representation of color #374E6A: hue angle of 212.94º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374E6A is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5578106-
CMYK0.480.2600.58
HSL212.94º31.68%31.57%-
HSV(B)212.94º48.11%41.57%-
XYZ6.97.314.68-
YUV74.32145.88114.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=23.01%
G=32.64%
B=44.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55781060.480.2600.58212.9431.6831.57
Hex374E6A301A03Ad52020
Octal6711615260320723254040
Binary1101111001110110101011000011010011101011010101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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