#34575E

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

Shades of Casal #34575E

Tints of Casal #34575E

Color information

#34575E (or 0x34575E) is unknown color: approx Casal. HEX triplet: 34, 57 and 5E. RGB value is (52,87,94). Sum of RGB (Red+Green+Blue) = 52+87+94=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #34575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575E is #CBA8A1. Grayscale: #4D4D4D. Windows color (decimal): -13346978 or 6182708. OLE color: 6182708.

HSL color Cylindrical-coordinate representation of color #34575E: hue angle of 190º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34575E is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB528794-
CMYK0.450.0700.63
HSL190º28.77%28.63%-
HSV(B)190º44.68%36.86%-
XYZ6.848.3511.84-
YUV77.33137.4109.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=22.32%
G=37.34%
B=40.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5287940.450.0700.6319028.7728.63
Hex34575E2D703Fbe1d1d
Octal641271365570772763535
Binary110100101011110111101011011110111111101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34575E; }

 p { color: rgb(52,87,94); }

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

<style>
 a { background-color: #34575E; }

 a { background-color: rgb(52,87,94); }

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

<style>
 span { border-color: #34575E; }

 span { border-color: rgb(52,87,94); }

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