#374D6B

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

Shades of Cello #374D6B

Tints of Cello #374D6B

Color information

#374D6B (or 0x374D6B) is unknown color: approx Cello. HEX triplet: 37, 4D and 6B. RGB value is (55,77,107). Sum of RGB (Red+Green+Blue) = 55+77+107=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #374D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D6B is #C8B294. Grayscale: #494949. Windows color (decimal): -13152917 or 7032119. OLE color: 7032119.

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

Color convert

RGB5577107-
CMYK0.490.2800.58
HSL214.62º32.1%31.76%-
HSV(B)214.62º48.6%41.96%-
XYZ6.887.1814.93-
YUV73.84146.71114.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=23.01%
G=32.22%
B=44.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55771070.490.2800.58214.6232.131.76
Hex374D6B311C03Ad72020
Octal6711515361340723274040
Binary1101111001101110101111000111100011101011010111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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