#374F53

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

Shades of Casal #374F53

Tints of Casal #374F53

Color information

#374F53 (or 0x374F53) is unknown color: approx Casal. HEX triplet: 37, 4F and 53. RGB value is (55,79,83). Sum of RGB (Red+Green+Blue) = 55+79+83=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #374F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F53 is #C8B0AC. Grayscale: #484848. Windows color (decimal): -13152429 or 5459767. OLE color: 5459767.

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

Color convert

RGB557983-
CMYK0.340.0500.67
HSL188.57º20.29%27.06%-
HSV(B)188.57º33.73%32.55%-
XYZ5.937.039.23-
YUV72.28134.05115.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=25.35%
G=36.41%
B=38.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5579830.340.0500.67188.5720.2927.06
Hex374F53225043bd141b
Octal6711712342501032752433
Binary1101111001111101001110001010101000011101111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,83); }

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

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

 a { background-color: rgb(55,79,83); }

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

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

 span { border-color: rgb(55,79,83); }

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