#374C5F

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

Shades of Cello #374C5F

Tints of Cello #374C5F

Color information

#374C5F (or 0x374C5F) is unknown color: approx Cello. HEX triplet: 37, 4C and 5F. RGB value is (55,76,95). Sum of RGB (Red+Green+Blue) = 55+76+95=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #374C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C5F is #C8B3A0. Grayscale: #474747. Windows color (decimal): -13153185 or 6245431. OLE color: 6245431.

HSL color Cylindrical-coordinate representation of color #374C5F: hue angle of 208.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #374C5F is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB557695-
CMYK0.420.2000.63
HSL208.5º26.67%29.41%-
HSV(B)208.5º42.11%37.25%-
XYZ6.236.8111.81-
YUV71.89141.04115.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=24.34%
G=33.63%
B=42.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5576950.420.2000.63208.526.6729.41
Hex374C5F2A1403Fd01b1d
Octal6711413752240773203335
Binary11011110011001011111101010101000111111110100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,95); }

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

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

 a { background-color: rgb(55,76,95); }

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

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

 span { border-color: rgb(55,76,95); }

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