#374D6A

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

Shades of Cello #374D6A

Tints of Cello #374D6A

Color information

#374D6A (or 0x374D6A) is unknown color: approx Cello. HEX triplet: 37, 4D and 6A. RGB value is (55,77,106). Sum of RGB (Red+Green+Blue) = 55+77+106=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #374D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6A is #C8B295. Grayscale: #494949. Windows color (decimal): -13152918 or 6966583. OLE color: 6966583.

HSL color Cylindrical-coordinate representation of color #374D6A: hue angle of 214.12º 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 #374D6A is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5577106-
CMYK0.480.2700.58
HSL214.12º31.68%31.57%-
HSV(B)214.12º48.11%41.57%-
XYZ6.837.1614.66-
YUV73.73146.21114.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=23.11%
G=32.35%
B=44.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55771060.480.2700.58214.1231.6831.57
Hex374D6A301B03Ad62020
Octal6711515260330723264040
Binary1101111001101110101011000011011011101011010110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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