Html Css Color HEX #345977 Matisse

📋 copy color: '#345977'

red 52 ◦ green 89 ◦ blue 119

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

Shades of Matisse #345977

Tints of Matisse #345977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 20%
G = 34.23%
B = 45.77%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345977 (or 0x345977) is known color: Matisse. HEX triplet: 34, 59 and 77. RGB value is (52,89,119). Sum of RGB (Red+Green+Blue) = 52+89+119=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #345977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345977 is #CBA688. Grayscale: #515151. Windows color (decimal): -13346441 or 7821620. OLE color: 7821620.

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

Color convert

RGB 52 89 119 -
CMYK 0.56 0.25 0 0.53
HSL 206.87º 0.39% 0.34% -
HSV(B) 206.87º 0.56% 0.47% -
XYZ 8.32 9.21 18.79 -
YUV 81.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 52 89 119 0.56 0.25 0 0.53 206.87 0.39 0.34
Hex 34 59 77 38 19 0 35 CF 27 22
Octal 64 131 167 70 31 0 65 317 47 42
Binary 110100 1011001 1110111 111000 11001 0 110101 11001111 100111 100010

Color Harmonies of #345977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345977

Black with #345977

Text Example


Text Example

White with #345977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345977; }

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

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

background-color css

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

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

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

border-color css

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

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

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