Html Css Color HEX #346086 Matisse

📋 copy color: '#346086'

red 52 ◦ green 96 ◦ blue 134

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

Shades of Matisse #346086

Tints of Matisse #346086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

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

R = 18.44%
G = 34.04%
B = 47.52%

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

#346086 (or 0x346086) is known color: Matisse. HEX triplet: 34, 60 and 86. RGB value is (52,96,134). Sum of RGB (Red+Green+Blue) = 52+96+134=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #346086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346086 is #CB9F79. Grayscale: #565656. Windows color (decimal): -13344634 or 8806452. OLE color: 8806452.

HSL color Cylindrical-coordinate representation of color #346086: hue angle of 207.8º 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 #346086 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 96 134 -
CMYK 0.61 0.28 0 0.47
HSL 207.8º 0.44% 0.36% -
HSV(B) 207.8º 0.61% 0.53% -
XYZ 9.9 10.82 24.12 -
YUV 87.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 52 96 134 0.61 0.28 0 0.47 207.8 0.44 0.36
Hex 34 60 86 3D 1C 0 2F D0 2C 24
Octal 64 140 206 75 34 0 57 320 54 44
Binary 110100 1100000 10000110 111101 11100 0 101111 11010000 101100 100100

Color Harmonies of #346086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346086

Black with #346086

Text Example


Text Example

White with #346086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346086; }

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

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

background-color css

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

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

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

border-color css

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

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

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