#345761

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

Shades of Casal #345761

Tints of Casal #345761

Color information

#345761 (or 0x345761) is unknown color: approx Casal. HEX triplet: 34, 57 and 61. RGB value is (52,87,97). Sum of RGB (Red+Green+Blue) = 52+87+97=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #345761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345761 is #CBA89E. Grayscale: #4D4D4D. Windows color (decimal): -13346975 or 6379316. OLE color: 6379316.

HSL color Cylindrical-coordinate representation of color #345761: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345761 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB528797-
CMYK0.460.1000.62
HSL193.33º30.2%29.22%-
HSV(B)193.33º46.39%38.04%-
XYZ6.988.4112.56-
YUV77.67138.9109.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=22.03%
G=36.86%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5287970.460.1000.62193.3330.229.22
Hex3457612EA03Ec11e1d
Octal6412714156120763013635
Binary1101001010111110000110111010100111110110000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345761; }

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

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

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

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

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

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

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

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