#34525C

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

Shades of Casal #34525C

Tints of Casal #34525C

Color information

#34525C (or 0x34525C) is unknown color: approx Casal. HEX triplet: 34, 52 and 5C. RGB value is (52,82,92). Sum of RGB (Red+Green+Blue) = 52+82+92=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #34525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34525C is #CBADA3. Grayscale: #4A4A4A. Windows color (decimal): -13348260 or 6050356. OLE color: 6050356.

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

Color convert

RGB528292-
CMYK0.430.1100.64
HSL195º27.78%28.24%-
HSV(B)195º43.48%36.08%-
XYZ6.377.5411.24-
YUV74.17138.06112.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=23.01%
G=36.28%
B=40.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5282920.430.1100.6419527.7828.24
Hex34525C2BB040c31c1c
Octal64122134531301003033434
Binary11010010100101011100101011101101000000110000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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