#334F59

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

Shades of Casal #334F59

Tints of Casal #334F59

Color information

#334F59 (or 0x334F59) is unknown color: approx Casal. HEX triplet: 33, 4F and 59. RGB value is (51,79,89). Sum of RGB (Red+Green+Blue) = 51+79+89=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #334F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F59 is #CCB0A6. Grayscale: #474747. Windows color (decimal): -13414567 or 5852979. OLE color: 5852979.

HSL color Cylindrical-coordinate representation of color #334F59: hue angle of 195.79º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #334F59 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB517989-
CMYK0.430.1100.65
HSL195.79º27.14%27.45%-
HSV(B)195.79º42.7%34.9%-
XYZ5.967.0210.49-
YUV71.77137.72113.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=23.29%
G=36.07%
B=40.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5179890.430.1100.65195.7927.1427.45
Hex334F592BB041c41b1b
Octal63117131531301013043333
Binary11001110011111011001101011101101000001110001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F59; }

 p { color: rgb(51,79,89); }

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

<style>
 a { background-color: #334F59; }

 a { background-color: rgb(51,79,89); }

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

<style>
 span { border-color: #334F59; }

 span { border-color: rgb(51,79,89); }

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