#394F57

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

Shades of Casal #394F57

Tints of Casal #394F57

Color information

#394F57 (or 0x394F57) is unknown color: approx Casal. HEX triplet: 39, 4F and 57. RGB value is (57,79,87). Sum of RGB (Red+Green+Blue) = 57+79+87=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #394F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F57 is #C6B0A8. Grayscale: #494949. Windows color (decimal): -13021353 or 5721913. OLE color: 5721913.

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

Color convert

RGB577987-
CMYK0.340.0900.66
HSL196º20.83%28.24%-
HSV(B)196º34.48%34.12%-
XYZ6.27.1510.07-
YUV73.33135.71116.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=25.56%
G=35.43%
B=39.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5779870.340.0900.6619620.8328.24
Hex394F57229042c4151c
Octal71117127421101023042534
Binary11100110011111010111100010100101000010110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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