Html Css Color HEX #346186 Matisse

📋 copy color: '#346186'

red 52 ◦ green 97 ◦ blue 134

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

Shades of Matisse #346186

Tints of Matisse #346186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

 BLUE value IS 134 (52.73% from 255) = 47.35%

R = 18.37%
G = 34.28%
B = 47.35%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346186 (or 0x346186) is known color: Matisse. HEX triplet: 34, 61 and 86. RGB value is (52,97,134). Sum of RGB (Red+Green+Blue) = 52+97+134=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #346186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346186 is #CB9E79. Grayscale: #575757. Windows color (decimal): -13344378 or 8806708. OLE color: 8806708.

HSL color Cylindrical-coordinate representation of color #346186: hue angle of 207.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #346186 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 97 134 -
CMYK 0.61 0.28 0 0.47
HSL 207.07º 0.44% 0.36% -
HSV(B) 207.07º 0.61% 0.53% -
XYZ 9.99 11 24.15 -
YUV 87.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 52 97 134 0.61 0.28 0 0.47 207.07 0.44 0.36
Hex 34 61 86 3D 1C 0 2F CF 2C 24
Octal 64 141 206 75 34 0 57 317 54 44
Binary 110100 1100001 10000110 111101 11100 0 101111 11001111 101100 100100

Color Harmonies of #346186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346186

Black with #346186

Text Example


Text Example

White with #346186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346186; }

 p { color: rgb(52,97,134); }

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

background-color css

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

 a { background-color: rgb(52,97,134); }

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

border-color css

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

 span { border-color: rgb(52,97,134); }

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