#374859

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

Shades of Cello #374859

Tints of Cello #374859

Color information

#374859 (or 0x374859) is unknown color: approx Cello. HEX triplet: 37, 48 and 59. RGB value is (55,72,89). Sum of RGB (Red+Green+Blue) = 55+72+89=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #374859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374859 is #C8B7A6. Grayscale: #444444. Windows color (decimal): -13154215 or 5851191. OLE color: 5851191.

HSL color Cylindrical-coordinate representation of color #374859: hue angle of 210º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374859 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557289-
CMYK0.380.1900.65
HSL210º23.61%28.24%-
HSV(B)210º38.2%34.9%-
XYZ5.76.1710.34-
YUV68.85139.37118.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=25.46%
G=33.33%
B=41.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5572890.380.1900.6521023.6128.24
Hex3748592613041d2181c
Octal67110131462301013223034
Binary110111100100010110011001101001101000001110100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374859; }

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

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

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

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

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

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

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

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