#345257

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

Shades of Casal #345257

Tints of Casal #345257

Color information

#345257 (or 0x345257) is unknown color: approx Casal. HEX triplet: 34, 52 and 57. RGB value is (52,82,87). Sum of RGB (Red+Green+Blue) = 52+82+87=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #345257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345257 is #CBADA8. Grayscale: #494949. Windows color (decimal): -13348265 or 5722676. OLE color: 5722676.

HSL color Cylindrical-coordinate representation of color #345257: hue angle of 188.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345257 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB528287-
CMYK0.400.0600.66
HSL188.57º25.18%27.25%-
HSV(B)188.57º40.23%34.12%-
XYZ6.157.4510.13-
YUV73.6135.56112.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=23.53%
G=37.10%
B=39.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5282870.400.0600.66188.5725.1827.25
Hex345257286042bd191b
Octal6412212750601022753133
Binary1101001010010101011110100011001000010101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345257; }

 p { color: rgb(52,82,87); }

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

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

 a { background-color: rgb(52,82,87); }

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

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

 span { border-color: rgb(52,82,87); }

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