Html Css Color HEX #346382 Matisse

📋 copy color: '#346382'

red 52 ◦ green 99 ◦ blue 130

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

Shades of Matisse #346382

Tints of Matisse #346382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 18.51%
G = 35.23%
B = 46.26%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346382 (or 0x346382) is known color: Matisse. HEX triplet: 34, 63 and 82. RGB value is (52,99,130). Sum of RGB (Red+Green+Blue) = 52+99+130=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #346382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346382 is #CB9C7D. Grayscale: #585858. Windows color (decimal): -13343870 or 8545076. OLE color: 8545076.

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

Color convert

RGB 52 99 130 -
CMYK 0.60 0.24 0 0.49
HSL 203.85º 0.43% 0.36% -
HSV(B) 203.85º 0.6% 0.51% -
XYZ 9.91 11.27 22.77 -
YUV 88.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 52 99 130 0.60 0.24 0 0.49 203.85 0.43 0.36
Hex 34 63 82 3C 18 0 31 CC 2B 24
Octal 64 143 202 74 30 0 61 314 53 44
Binary 110100 1100011 10000010 111100 11000 0 110001 11001100 101011 100100

Color Harmonies of #346382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346382

Black with #346382

Text Example


Text Example

White with #346382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346382; }

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

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

background-color css

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

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

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

border-color css

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

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

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