#345F83

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

Shades of Matisse #345F83

Tints of Matisse #345F83

Color information

#345F83 (or 0x345F83) is unknown color: approx Matisse. HEX triplet: 34, 5F and 83. RGB value is (52,95,131). Sum of RGB (Red+Green+Blue) = 52+95+131=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #345F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F83 is #CBA07C. Grayscale: #565656. Windows color (decimal): -13344893 or 8609588. OLE color: 8609588.

HSL color Cylindrical-coordinate representation of color #345F83: hue angle of 207.34º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345F83 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5295131-
CMYK0.600.2700.49
HSL207.34º43.17%35.88%-
HSV(B)207.34º60.31%51.37%-
XYZ9.6110.5523-
YUV86.25153.25103.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=18.71%
G=34.17%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52951310.600.2700.49207.3443.1735.88
Hex345F833C1B031cf2b24
Octal6413720374330613175344
Binary11010010111111000001111110011011011000111001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,131); }

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

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

 a { background-color: rgb(52,95,131); }

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

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

 span { border-color: rgb(52,95,131); }

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