Html Css Color HEX #346582 Matisse

📋 copy color: '#346582'

red 52 ◦ green 101 ◦ blue 130

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

Shades of Matisse #346582

Tints of Matisse #346582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

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

R = 18.37%
G = 35.69%
B = 45.94%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346582 (or 0x346582) is known color: Matisse. HEX triplet: 34, 65 and 82. RGB value is (52,101,130). Sum of RGB (Red+Green+Blue) = 52+101+130=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #346582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346582 is #CB9A7D. Grayscale: #595959. Windows color (decimal): -13343358 or 8545588. OLE color: 8545588.

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

Color convert

RGB 52 101 130 -
CMYK 0.60 0.22 0 0.49
HSL 202.31º 0.43% 0.36% -
HSV(B) 202.31º 0.6% 0.51% -
XYZ 10.1 11.65 22.84 -
YUV 89.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 52 101 130 0.60 0.22 0 0.49 202.31 0.43 0.36
Hex 34 65 82 3C 16 0 31 CA 2B 24
Octal 64 145 202 74 26 0 61 312 53 44
Binary 110100 1100101 10000010 111100 10110 0 110001 11001010 101011 100100

Color Harmonies of #346582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346582

Black with #346582

Text Example


Text Example

White with #346582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346582; }

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

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

background-color css

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

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

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

border-color css

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

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

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