#34565D

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

Shades of Casal #34565D

Tints of Casal #34565D

Color information

#34565D (or 0x34565D) is unknown color: approx Casal. HEX triplet: 34, 56 and 5D. RGB value is (52,86,93). Sum of RGB (Red+Green+Blue) = 52+86+93=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #34565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34565D is #CBA9A2. Grayscale: #4C4C4C. Windows color (decimal): -13347235 or 6116916. OLE color: 6116916.

HSL color Cylindrical-coordinate representation of color #34565D: hue angle of 190.24º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #34565D is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB528693-
CMYK0.440.0800.64
HSL190.24º28.28%28.43%-
HSV(B)190.24º44.09%36.47%-
XYZ6.728.1811.58-
YUV76.63137.24110.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=22.51%
G=37.23%
B=40.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5286930.440.0800.64190.2428.2828.43
Hex34565D2C8040be1c1c
Octal64126135541001002763434
Binary11010010101101011101101100100001000000101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34565D; }

 p { color: rgb(52,86,93); }

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

<style>
 a { background-color: #34565D; }

 a { background-color: rgb(52,86,93); }

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

<style>
 span { border-color: #34565D; }

 span { border-color: rgb(52,86,93); }

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