#374B59

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

Shades of Cello #374B59

Tints of Cello #374B59

Color information

#374B59 (or 0x374B59) is unknown color: approx Cello. HEX triplet: 37, 4B and 59. RGB value is (55,75,89). Sum of RGB (Red+Green+Blue) = 55+75+89=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #374B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B59 is #C8B4A6. Grayscale: #464646. Windows color (decimal): -13153447 or 5851959. OLE color: 5851959.

HSL color Cylindrical-coordinate representation of color #374B59: hue angle of 204.71º 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 #374B59 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB557589-
CMYK0.380.1600.65
HSL204.71º23.61%28.24%-
HSV(B)204.71º38.2%34.9%-
XYZ5.896.5710.41-
YUV70.62138.37116.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 75 (29.69% from 255) = 34.25%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=25.11%
G=34.25%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5575890.380.1600.65204.7123.6128.24
Hex374B592610041cd181c
Octal67113131462001013153034
Binary110111100101110110011001101000001000001110011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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