#34585F

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

Shades of Casal #34585F

Tints of Casal #34585F

Color information

#34585F (or 0x34585F) is unknown color: approx Casal. HEX triplet: 34, 58 and 5F. RGB value is (52,88,95). Sum of RGB (Red+Green+Blue) = 52+88+95=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #34585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34585F is #CBA7A0. Grayscale: #4D4D4D. Windows color (decimal): -13346721 or 6248500. OLE color: 6248500.

HSL color Cylindrical-coordinate representation of color #34585F: hue angle of 189.77º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #34585F is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB528895-
CMYK0.450.0700.63
HSL189.77º29.25%28.82%-
HSV(B)189.77º45.26%37.25%-
XYZ6.978.5412.11-
YUV78.03137.57109.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=22.13%
G=37.45%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5288950.450.0700.63189.7729.2528.82
Hex34585F2D703Fbe1d1d
Octal641301375570772763535
Binary110100101100010111111011011110111111101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34585F; }

 p { color: rgb(52,88,95); }

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

<style>
 a { background-color: #34585F; }

 a { background-color: rgb(52,88,95); }

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

<style>
 span { border-color: #34585F; }

 span { border-color: rgb(52,88,95); }

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