#345B7B

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

Shades of Matisse #345B7B

Tints of Matisse #345B7B

Color information

#345B7B (or 0x345B7B) is unknown color: approx Matisse. HEX triplet: 34, 5B and 7B. RGB value is (52,91,123). Sum of RGB (Red+Green+Blue) = 52+91+123=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #345B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B7B is #CBA484. Grayscale: #525252. Windows color (decimal): -13345925 or 8084276. OLE color: 8084276.

HSL color Cylindrical-coordinate representation of color #345B7B: hue angle of 207.04º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345B7B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5291123-
CMYK0.580.2600.52
HSL207.04º40.57%34.31%-
HSV(B)207.04º57.72%48.24%-
XYZ8.739.6420.14-
YUV82.99150.58105.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=19.55%
G=34.21%
B=46.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52911230.580.2600.52207.0440.5734.31
Hex345B7B3A1A034cf2922
Octal6413317372320643175142
Binary1101001011011111101111101011010011010011001111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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