#374F55

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

Shades of Casal #374F55

Tints of Casal #374F55

Color information

#374F55 (or 0x374F55) is unknown color: approx Casal. HEX triplet: 37, 4F and 55. RGB value is (55,79,85). Sum of RGB (Red+Green+Blue) = 55+79+85=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #374F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F55 is #C8B0AA. Grayscale: #484848. Windows color (decimal): -13152427 or 5590839. OLE color: 5590839.

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

Color convert

RGB557985-
CMYK0.350.0700.67
HSL192º21.43%27.45%-
HSV(B)192º35.29%33.33%-
XYZ6.017.069.64-
YUV72.51135.05115.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=25.11%
G=36.07%
B=38.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5579850.350.0700.6719221.4327.45
Hex374F55237043c0151b
Octal6711712543701033002533
Binary1101111001111101010110001111101000011110000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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