#374D52

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

Shades of Casal #374D52

Tints of Casal #374D52

Color information

#374D52 (or 0x374D52) is unknown color: approx Casal. HEX triplet: 37, 4D and 52. RGB value is (55,77,82). Sum of RGB (Red+Green+Blue) = 55+77+82=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #374D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374D52 is #C8B2AD. Grayscale: #464646. Windows color (decimal): -13152942 or 5393719. OLE color: 5393719.

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

Color convert

RGB557782-
CMYK0.330.0600.68
HSL191.11º19.71%26.86%-
HSV(B)191.11º32.93%32.16%-
XYZ5.756.738.98-
YUV70.99134.21116.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=25.70%
G=35.98%
B=38.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5577820.330.0600.68191.1119.7126.86
Hex374D52216044bf141b
Octal6711512241601042772433
Binary1101111001101101001010000111001000100101111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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