Html Css Color HEX #346284 Matisse

📋 copy color: '#346284'

red 52 ◦ green 98 ◦ blue 132

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

Shades of Matisse #346284

Tints of Matisse #346284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.75%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 18.44%
G = 34.75%
B = 46.81%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346284 (or 0x346284) is known color: Matisse. HEX triplet: 34, 62 and 84. RGB value is (52,98,132). Sum of RGB (Red+Green+Blue) = 52+98+132=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #346284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346284 is #CB9D7B. Grayscale: #575757. Windows color (decimal): -13344124 or 8675892. OLE color: 8675892.

HSL color Cylindrical-coordinate representation of color #346284: hue angle of 205.5º degrees, saturation: 0.43, 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 #346284 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 98 132 -
CMYK 0.61 0.26 0 0.48
HSL 205.5º 0.43% 0.36% -
HSV(B) 205.5º 0.61% 0.52% -
XYZ 9.95 11.13 23.45 -
YUV 88.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 52 98 132 0.61 0.26 0 0.48 205.5 0.43 0.36
Hex 34 62 84 3D 1A 0 30 CE 2B 24
Octal 64 142 204 75 32 0 60 316 53 44
Binary 110100 1100010 10000100 111101 11010 0 110000 11001110 101011 100100

Color Harmonies of #346284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346284

Black with #346284

Text Example


Text Example

White with #346284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346284; }

 p { color: rgb(52,98,132); }

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

background-color css

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

 a { background-color: rgb(52,98,132); }

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

border-color css

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

 span { border-color: rgb(52,98,132); }

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