Html Css Color HEX #346580 Matisse

📋 copy color: '#346580'

red 52 ◦ green 101 ◦ blue 128

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

Shades of Matisse #346580

Tints of Matisse #346580

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 18.51%
G = 35.94%
B = 45.55%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346580 (or 0x346580) is known color: Matisse. HEX triplet: 34, 65 and 80. RGB value is (52,101,128). Sum of RGB (Red+Green+Blue) = 52+101+128=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #346580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346580 is #CB9A7F. Grayscale: #595959. Windows color (decimal): -13343360 or 8414516. OLE color: 8414516.

HSL color Cylindrical-coordinate representation of color #346580: hue angle of 201.32º 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 #346580 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 101 128 -
CMYK 0.59 0.21 0 0.50
HSL 201.32º 0.42% 0.35% -
HSV(B) 201.32º 0.59% 0.5% -
XYZ 9.97 11.6 22.14 -
YUV 89.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 52 101 128 0.59 0.21 0 0.50 201.32 0.42 0.35
Hex 34 65 80 3B 15 0 32 C9 2A 23
Octal 64 145 200 73 25 0 62 311 52 43
Binary 110100 1100101 10000000 111011 10101 0 110010 11001001 101010 100011

Color Harmonies of #346580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346580

Black with #346580

Text Example


Text Example

White with #346580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346580; }

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

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

background-color css

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

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

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

border-color css

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

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

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