Html Css Color HEX #345980 Matisse

📋 copy color: '#345980'

red 52 ◦ green 89 ◦ blue 128

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

Shades of Matisse #345980

Tints of Matisse #345980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 19.33%
G = 33.09%
B = 47.58%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#345980 (or 0x345980) is known color: Matisse. HEX triplet: 34, 59 and 80. RGB value is (52,89,128). Sum of RGB (Red+Green+Blue) = 52+89+128=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #345980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345980 is #CBA67F. Grayscale: #525252. Windows color (decimal): -13346432 or 8411444. OLE color: 8411444.

HSL color Cylindrical-coordinate representation of color #345980: hue angle of 210.79º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345980 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 89 128 -
CMYK 0.59 0.30 0 0.50
HSL 210.79º 0.42% 0.35% -
HSV(B) 210.79º 0.59% 0.5% -
XYZ 8.88 9.43 21.77 -
YUV 82.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 52 89 128 0.59 0.30 0 0.50 210.79 0.42 0.35
Hex 34 59 80 3B 1E 0 32 D3 2A 23
Octal 64 131 200 73 36 0 62 323 52 43
Binary 110100 1011001 10000000 111011 11110 0 110010 11010011 101010 100011

Color Harmonies of #345980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345980

Black with #345980

Text Example


Text Example

White with #345980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345980; }

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

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

background-color css

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

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

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

border-color css

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

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

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