#34525A

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

Shades of Casal #34525A

Tints of Casal #34525A

Color information

#34525A (or 0x34525A) is unknown color: approx Casal. HEX triplet: 34, 52 and 5A. RGB value is (52,82,90). Sum of RGB (Red+Green+Blue) = 52+82+90=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #34525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34525A is #CBADA5. Grayscale: #494949. Windows color (decimal): -13348262 or 5919284. OLE color: 5919284.

HSL color Cylindrical-coordinate representation of color #34525A: hue angle of 192.63º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34525A is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528290-
CMYK0.420.0900.65
HSL192.63º26.76%27.84%-
HSV(B)192.63º42.22%35.29%-
XYZ6.287.510.79-
YUV73.94137.06112.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=23.21%
G=36.61%
B=40.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5282900.420.0900.65192.6326.7627.84
Hex34525A2A9041c11b1c
Octal64122132521101013013334
Binary11010010100101011010101010100101000001110000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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