#345057

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

Shades of Casal #345057

Tints of Casal #345057

Color information

#345057 (or 0x345057) is unknown color: approx Casal. HEX triplet: 34, 50 and 57. RGB value is (52,80,87). Sum of RGB (Red+Green+Blue) = 52+80+87=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #345057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345057 is #CBAFA8. Grayscale: #484848. Windows color (decimal): -13348777 or 5722164. OLE color: 5722164.

HSL color Cylindrical-coordinate representation of color #345057: hue angle of 192º 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 #345057 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB528087-
CMYK0.400.0800.66
HSL192º25.18%27.25%-
HSV(B)192º40.23%34.12%-
XYZ6.017.1610.08-
YUV72.43136.22113.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=23.74%
G=36.53%
B=39.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5280870.400.0800.6619225.1827.25
Hex345057288042c0191b
Octal64120127501001023003133
Binary11010010100001010111101000100001000010110000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345057; }

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

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

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

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

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

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

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

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