#34545C

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

Shades of Casal #34545C

Tints of Casal #34545C

Color information

#34545C (or 0x34545C) is unknown color: approx Casal. HEX triplet: 34, 54 and 5C. RGB value is (52,84,92). Sum of RGB (Red+Green+Blue) = 52+84+92=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #34545C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34545C is #CBABA3. Grayscale: #4B4B4B. Windows color (decimal): -13347748 or 6050868. OLE color: 6050868.

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

Color convert

RGB528492-
CMYK0.430.0900.64
HSL192º27.78%28.24%-
HSV(B)192º43.48%36.08%-
XYZ6.527.8411.3-
YUV75.34137.4111.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.81%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=22.81%
G=36.84%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5284920.430.0900.6419227.7828.24
Hex34545C2B9040c01c1c
Octal64124134531101003003434
Binary11010010101001011100101011100101000000110000001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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