#34555F

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

Shades of Casal #34555F

Tints of Casal #34555F

Color information

#34555F (or 0x34555F) is unknown color: approx Casal. HEX triplet: 34, 55 and 5F. RGB value is (52,85,95). Sum of RGB (Red+Green+Blue) = 52+85+95=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #34555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34555F is #CBAAA0. Grayscale: #4C4C4C. Windows color (decimal): -13347489 or 6247732. OLE color: 6247732.

HSL color Cylindrical-coordinate representation of color #34555F: hue angle of 193.95º 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 #34555F is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB528595-
CMYK0.450.1100.63
HSL193.95º29.25%28.82%-
HSV(B)193.95º45.26%37.25%-
XYZ6.738.0512.03-
YUV76.27138.57110.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=22.41%
G=36.64%
B=40.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5285950.450.1100.63193.9529.2528.82
Hex34555F2DB03Fc21d1d
Octal6412513755130773023535
Binary1101001010101101111110110110110111111110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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