#374860

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

Shades of Cello #374860

Tints of Cello #374860

Color information

#374860 (or 0x374860) is unknown color: approx Cello. HEX triplet: 37, 48 and 60. RGB value is (55,72,96). Sum of RGB (Red+Green+Blue) = 55+72+96=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #374860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374860 is #C8B79F. Grayscale: #454545. Windows color (decimal): -13154208 or 6309943. OLE color: 6309943.

HSL color Cylindrical-coordinate representation of color #374860: hue angle of 215.12º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374860 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557296-
CMYK0.430.2500.62
HSL215.12º27.15%29.61%-
HSV(B)215.12º42.71%37.65%-
XYZ66.2911.96-
YUV69.65142.87117.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=24.66%
G=32.29%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5572960.430.2500.62215.1227.1529.61
Hex3748602B1903Ed71b1e
Octal6711014053310763273336
Binary11011110010001100000101011110010111110110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374860; }

 p { color: rgb(55,72,96); }

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

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

 a { background-color: rgb(55,72,96); }

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

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

 span { border-color: rgb(55,72,96); }

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