#34515C

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

Shades of Casal #34515C

Tints of Casal #34515C

Color information

#34515C (or 0x34515C) is unknown color: approx Casal. HEX triplet: 34, 51 and 5C. RGB value is (52,81,92). Sum of RGB (Red+Green+Blue) = 52+81+92=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #34515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515C is #CBAEA3. Grayscale: #494949. Windows color (decimal): -13348516 or 6050100. OLE color: 6050100.

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

Color convert

RGB528192-
CMYK0.430.1200.64
HSL196.5º27.78%28.24%-
HSV(B)196.5º43.48%36.08%-
XYZ6.297.3911.22-
YUV73.58138.39112.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=23.11%
G=36%
B=40.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5281920.430.1200.64196.527.7828.24
Hex34515C2BC040c41c1c
Octal64121134531401003043434
Binary11010010100011011100101011110001000000110001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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