#34515E

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

Shades of Casal #34515E

Tints of Casal #34515E

Color information

#34515E (or 0x34515E) is unknown color: approx Casal. HEX triplet: 34, 51 and 5E. RGB value is (52,81,94). Sum of RGB (Red+Green+Blue) = 52+81+94=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #34515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515E is #CBAEA1. Grayscale: #494949. Windows color (decimal): -13348514 or 6181172. OLE color: 6181172.

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

Color convert

RGB528194-
CMYK0.450.1400.63
HSL198.57º28.77%28.63%-
HSV(B)198.57º44.68%36.86%-
XYZ6.387.4211.69-
YUV73.81139.39112.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=22.91%
G=35.68%
B=41.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5281940.450.1400.63198.5728.7728.63
Hex34515E2DE03Fc71d1d
Octal6412113655160773073535
Binary1101001010001101111010110111100111111110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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