#34535B

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

Shades of Casal #34535B

Tints of Casal #34535B

Color information

#34535B (or 0x34535B) is unknown color: approx Casal. HEX triplet: 34, 53 and 5B. RGB value is (52,83,91). Sum of RGB (Red+Green+Blue) = 52+83+91=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #34535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34535B is #CBACA4. Grayscale: #4A4A4A. Windows color (decimal): -13348005 or 5985076. OLE color: 5985076.

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

Color convert

RGB528391-
CMYK0.430.0900.64
HSL192.31º27.27%28.04%-
HSV(B)192.31º42.86%35.69%-
XYZ6.47.6711.04-
YUV74.64137.23111.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=23.01%
G=36.73%
B=40.27%

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
Decimal5283910.430.0900.64192.3127.2728.04
Hex34535B2B9040c01b1c
Octal64123133531101003003334
Binary11010010100111011011101011100101000000110000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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