#34515A

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

Shades of Casal #34515A

Tints of Casal #34515A

Color information

#34515A (or 0x34515A) is unknown color: approx Casal. HEX triplet: 34, 51 and 5A. RGB value is (52,81,90). Sum of RGB (Red+Green+Blue) = 52+81+90=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #34515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34515A is #CBAEA5. Grayscale: #494949. Windows color (decimal): -13348518 or 5919028. OLE color: 5919028.

HSL color Cylindrical-coordinate representation of color #34515A: hue angle of 194.21º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34515A is Cyan = 0.42, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528190-
CMYK0.420.100.65
HSL194.21º26.76%27.84%-
HSV(B)194.21º42.22%35.29%-
XYZ6.27.3510.77-
YUV73.36137.39112.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=23.32%
G=36.32%
B=40.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5281900.420.100.65194.2126.7627.84
Hex34515A2AA041c21b1c
Octal64121132521201013023334
Binary11010010100011011010101010101001000001110000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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