#374C50

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

Shades of Casal #374C50

Tints of Casal #374C50

Color information

#374C50 (or 0x374C50) is unknown color: approx Casal. HEX triplet: 37, 4C and 50. RGB value is (55,76,80). Sum of RGB (Red+Green+Blue) = 55+76+80=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #374C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374C50 is #C8B3AF. Grayscale: #464646. Windows color (decimal): -13153200 or 5262391. OLE color: 5262391.

HSL color Cylindrical-coordinate representation of color #374C50: hue angle of 189.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374C50 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB557680-
CMYK0.310.0500.69
HSL189.6º18.52%26.47%-
HSV(B)189.6º31.25%31.37%-
XYZ5.616.568.56-
YUV70.18133.54117.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=26.07%
G=36.02%
B=37.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5576800.310.0500.69189.618.5226.47
Hex374C501F5045be131a
Octal6711412037501052762332
Binary110111100110010100001111110101000101101111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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