#34575D

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

Shades of Casal #34575D

Tints of Casal #34575D

Color information

#34575D (or 0x34575D) is unknown color: approx Casal. HEX triplet: 34, 57 and 5D. RGB value is (52,87,93). Sum of RGB (Red+Green+Blue) = 52+87+93=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #34575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34575D is #CBA8A2. Grayscale: #4D4D4D. Windows color (decimal): -13346979 or 6117172. OLE color: 6117172.

HSL color Cylindrical-coordinate representation of color #34575D: hue angle of 188.78º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34575D is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528793-
CMYK0.440.0600.64
HSL188.78º28.28%28.43%-
HSV(B)188.78º44.09%36.47%-
XYZ6.88.3411.61-
YUV77.22136.9110.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=22.41%
G=37.5%
B=40.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5287930.440.0600.64188.7828.2828.43
Hex34575D2C6040bd1c1c
Octal6412713554601002753434
Binary1101001010111101110110110011001000000101111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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