#34545B

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

Shades of Casal #34545B

Tints of Casal #34545B

Color information

#34545B (or 0x34545B) is unknown color: approx Casal. HEX triplet: 34, 54 and 5B. RGB value is (52,84,91). Sum of RGB (Red+Green+Blue) = 52+84+91=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #34545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34545B is #CBABA4. Grayscale: #4B4B4B. Windows color (decimal): -13347749 or 5985332. OLE color: 5985332.

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

Color convert

RGB528491-
CMYK0.430.0800.64
HSL190.77º27.27%28.04%-
HSV(B)190.77º42.86%35.69%-
XYZ6.477.8311.07-
YUV75.23136.9111.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=22.91%
G=37.00%
B=40.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5284910.430.0800.64190.7727.2728.04
Hex34545B2B8040bf1b1c
Octal64124133531001002773334
Binary11010010101001011011101011100001000000101111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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