#374F57

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

Shades of Casal #374F57

Tints of Casal #374F57

Color information

#374F57 (or 0x374F57) is unknown color: approx Casal. HEX triplet: 37, 4F and 57. RGB value is (55,79,87). Sum of RGB (Red+Green+Blue) = 55+79+87=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #374F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374F57 is #C8B0A8. Grayscale: #484848. Windows color (decimal): -13152425 or 5721911. OLE color: 5721911.

HSL color Cylindrical-coordinate representation of color #374F57: hue angle of 195º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #374F57 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB557987-
CMYK0.370.0900.66
HSL195º22.54%27.84%-
HSV(B)195º36.78%34.12%-
XYZ6.097.0910.06-
YUV72.74136.05115.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=24.89%
G=35.75%
B=39.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5579870.370.0900.6619522.5427.84
Hex374F57259042c3171c
Octal67117127451101023032734
Binary11011110011111010111100101100101000010110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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