Html Css Color HEX #346482 Matisse

📋 copy color: '#346482'

red 52 ◦ green 100 ◦ blue 130

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

Shades of Matisse #346482

Tints of Matisse #346482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 18.44%
G = 35.46%
B = 46.1%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346482 (or 0x346482) is known color: Matisse. HEX triplet: 34, 64 and 82. RGB value is (52,100,130). Sum of RGB (Red+Green+Blue) = 52+100+130=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #346482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346482 is #CB9B7D. Grayscale: #585858. Windows color (decimal): -13343614 or 8545332. OLE color: 8545332.

HSL color Cylindrical-coordinate representation of color #346482: hue angle of 203.08º 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 #346482 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 100 130 -
CMYK 0.60 0.23 0 0.49
HSL 203.08º 0.43% 0.36% -
HSV(B) 203.08º 0.6% 0.51% -
XYZ 10 11.46 22.8 -
YUV 89.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 52 100 130 0.60 0.23 0 0.49 203.08 0.43 0.36
Hex 34 64 82 3C 17 0 31 CB 2B 24
Octal 64 144 202 74 27 0 61 313 53 44
Binary 110100 1100100 10000010 111100 10111 0 110001 11001011 101011 100100

Color Harmonies of #346482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346482

Black with #346482

Text Example


Text Example

White with #346482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346482; }

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

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

background-color css

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

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

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

border-color css

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

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

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