#34535C

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

Shades of Casal #34535C

Tints of Casal #34535C

Color information

#34535C (or 0x34535C) is unknown color: approx Casal. HEX triplet: 34, 53 and 5C. RGB value is (52,83,92). Sum of RGB (Red+Green+Blue) = 52+83+92=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #34535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34535C is #CBACA3. Grayscale: #4A4A4A. Windows color (decimal): -13348004 or 6050612. OLE color: 6050612.

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

Color convert

RGB528392-
CMYK0.430.1000.64
HSL193.5º27.78%28.24%-
HSV(B)193.5º43.48%36.08%-
XYZ6.447.6911.27-
YUV74.76137.73111.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=22.91%
G=36.56%
B=40.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5283920.430.1000.64193.527.7828.24
Hex34535C2BA040c21c1c
Octal64123134531201003023434
Binary11010010100111011100101011101001000000110000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34535C; }

 p { color: rgb(52,83,92); }

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

<style>
 a { background-color: #34535C; }

 a { background-color: rgb(52,83,92); }

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

<style>
 span { border-color: #34535C; }

 span { border-color: rgb(52,83,92); }

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