#374D51

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

Shades of Casal #374D51

Tints of Casal #374D51

Color information

#374D51 (or 0x374D51) is unknown color: approx Casal. HEX triplet: 37, 4D and 51. RGB value is (55,77,81). Sum of RGB (Red+Green+Blue) = 55+77+81=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 81 - color contains mainly: blue. Hex color #374D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D51 is #C8B2AE. Grayscale: #464646. Windows color (decimal): -13152943 or 5328183. OLE color: 5328183.

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

Color convert

RGB557781-
CMYK0.320.0500.68
HSL189.23º19.12%26.67%-
HSV(B)189.23º32.1%31.76%-
XYZ5.716.718.78-
YUV70.88133.71116.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=25.82%
G=36.15%
B=38.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5577810.320.0500.68189.2319.1226.67
Hex374D51205044bd131b
Octal6711512140501042752333
Binary1101111001101101000110000010101000100101111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,81); }

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

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

 a { background-color: rgb(55,77,81); }

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

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

 span { border-color: rgb(55,77,81); }

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