#34535D

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

Shades of Casal #34535D

Tints of Casal #34535D

Color information

#34535D (or 0x34535D) is unknown color: approx Casal. HEX triplet: 34, 53 and 5D. RGB value is (52,83,93). Sum of RGB (Red+Green+Blue) = 52+83+93=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #34535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34535D is #CBACA2. Grayscale: #4A4A4A. Windows color (decimal): -13348003 or 6116148. OLE color: 6116148.

HSL color Cylindrical-coordinate representation of color #34535D: hue angle of 194.63º 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 #34535D is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528393-
CMYK0.440.1100.64
HSL194.63º28.28%28.43%-
HSV(B)194.63º44.09%36.47%-
XYZ6.497.7111.5-
YUV74.87138.23111.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=22.81%
G=36.40%
B=40.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5283930.440.1100.64194.6328.2828.43
Hex34535D2CB040c31c1c
Octal64123135541301003033434
Binary11010010100111011101101100101101000000110000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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