Html Css Color HEX #345979 Matisse

📋 copy color: '#345979'

red 52 ◦ green 89 ◦ blue 121

#345979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #345979

Tints of Matisse #345979

RGB

 RED value IS 52 (20.7% from 255) = 19.85%

 GREEN value IS 89 (35.16% from 255) = 33.97%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 19.85%
G = 33.97%
B = 46.18%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345979 (or 0x345979) is known color: Matisse. HEX triplet: 34, 59 and 79. RGB value is (52,89,121). Sum of RGB (Red+Green+Blue) = 52+89+121=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #345979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345979 is #CBA686. Grayscale: #515151. Windows color (decimal): -13346439 or 7952692. OLE color: 7952692.

HSL color Cylindrical-coordinate representation of color #345979: hue angle of 207.83º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #345979 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 89 121 -
CMYK 0.57 0.26 0 0.53
HSL 207.83º 0.4% 0.34% -
HSV(B) 207.83º 0.57% 0.47% -
XYZ 8.44 9.26 19.43 -
YUV 81.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 52 89 121 0.57 0.26 0 0.53 207.83 0.4 0.34
Hex 34 59 79 39 1A 0 35 D0 28 22
Octal 64 131 171 71 32 0 65 320 50 42
Binary 110100 1011001 1111001 111001 11010 0 110101 11010000 101000 100010

Color Harmonies of #345979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345979

Black with #345979

Text Example


Text Example

White with #345979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345979; }

 p { color: rgb(52,89,121); }

 H1.HeaderClassName
 {
   color: #345979;
 }
 .AnyTagClassName
 {
   color: #345979;
 }
</style>

background-color css

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

 a { background-color: rgb(52,89,121); }

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

border-color css

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

 span { border-color: rgb(52,89,121); }

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