Html Css Color HEX #346185 Matisse

📋 copy color: '#346185'

red 52 ◦ green 97 ◦ blue 133

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

Shades of Matisse #346185

Tints of Matisse #346185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.16%

R = 18.44%
G = 34.4%
B = 47.16%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346185 (or 0x346185) is known color: Matisse. HEX triplet: 34, 61 and 85. RGB value is (52,97,133). Sum of RGB (Red+Green+Blue) = 52+97+133=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #346185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346185 is #CB9E7A. Grayscale: #575757. Windows color (decimal): -13344379 or 8741172. OLE color: 8741172.

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

Color convert

RGB 52 97 133 -
CMYK 0.61 0.27 0 0.48
HSL 206.67º 0.44% 0.36% -
HSV(B) 206.67º 0.61% 0.52% -
XYZ 9.92 10.97 23.79 -
YUV 87.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 52 97 133 0.61 0.27 0 0.48 206.67 0.44 0.36
Hex 34 61 85 3D 1B 0 30 CF 2C 24
Octal 64 141 205 75 33 0 60 317 54 44
Binary 110100 1100001 10000101 111101 11011 0 110000 11001111 101100 100100

Color Harmonies of #346185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346185

Black with #346185

Text Example


Text Example

White with #346185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346185; }

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

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

background-color css

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

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

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

border-color css

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

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

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