Html Css Color HEX #346182 Matisse

📋 copy color: '#346182'

red 52 ◦ green 97 ◦ blue 130

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

Shades of Matisse #346182

Tints of Matisse #346182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 18.64%
G = 34.77%
B = 46.59%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346182 (or 0x346182) is known color: Matisse. HEX triplet: 34, 61 and 82. RGB value is (52,97,130). Sum of RGB (Red+Green+Blue) = 52+97+130=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #346182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346182 is #CB9E7D. Grayscale: #575757. Windows color (decimal): -13344382 or 8544564. OLE color: 8544564.

HSL color Cylindrical-coordinate representation of color #346182: hue angle of 205.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346182 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 97 130 -
CMYK 0.60 0.25 0 0.49
HSL 205.38º 0.43% 0.36% -
HSV(B) 205.38º 0.6% 0.51% -
XYZ 9.72 10.89 22.71 -
YUV 87.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 52 97 130 0.60 0.25 0 0.49 205.38 0.43 0.36
Hex 34 61 82 3C 19 0 31 CD 2B 24
Octal 64 141 202 74 31 0 61 315 53 44
Binary 110100 1100001 10000010 111100 11001 0 110001 11001101 101011 100100

Color Harmonies of #346182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346182

Black with #346182

Text Example


Text Example

White with #346182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346182; }

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

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

background-color css

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

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

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

border-color css

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

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

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