#345F84

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

Shades of Matisse #345F84

Tints of Matisse #345F84

Color information

#345F84 (or 0x345F84) is unknown color: approx Matisse. HEX triplet: 34, 5F and 84. RGB value is (52,95,132). Sum of RGB (Red+Green+Blue) = 52+95+132=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #345F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F84 is #CBA07B. Grayscale: #565656. Windows color (decimal): -13344892 or 8675124. OLE color: 8675124.

HSL color Cylindrical-coordinate representation of color #345F84: hue angle of 207.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345F84 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5295132-
CMYK0.610.2800.48
HSL207.75º43.48%36.08%-
HSV(B)207.75º60.61%51.76%-
XYZ9.6710.5823.36-
YUV86.36153.75103.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=18.64%
G=34.05%
B=47.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52951320.610.2800.48207.7543.4836.08
Hex345F843D1C030d02b24
Octal6413720475340603205344
Binary11010010111111000010011110111100011000011010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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