#345B7C

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

Shades of Matisse #345B7C

Tints of Matisse #345B7C

Color information

#345B7C (or 0x345B7C) is unknown color: approx Matisse. HEX triplet: 34, 5B and 7C. RGB value is (52,91,124). Sum of RGB (Red+Green+Blue) = 52+91+124=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #345B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B7C is #CBA483. Grayscale: #525252. Windows color (decimal): -13345924 or 8149812. OLE color: 8149812.

HSL color Cylindrical-coordinate representation of color #345B7C: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345B7C is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5291124-
CMYK0.580.2700.51
HSL207.5º40.91%34.51%-
HSV(B)207.5º58.06%48.63%-
XYZ8.89.6720.47-
YUV83.1151.08105.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=19.48%
G=34.08%
B=46.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52911240.580.2700.51207.540.9134.51
Hex345B7C3A1B033d02923
Octal6413317472330633205143
Binary1101001011011111110011101011011011001111010000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345B7C; }

 p { color: rgb(52,91,124); }

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

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

 a { background-color: rgb(52,91,124); }

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

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

 span { border-color: rgb(52,91,124); }

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