Html Css Color HEX #346484 Matisse

📋 copy color: '#346484'

red 52 ◦ green 100 ◦ blue 132

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

Shades of Matisse #346484

Tints of Matisse #346484

RGB

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

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

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

R = 18.31%
G = 35.21%
B = 46.48%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346484 (or 0x346484) is known color: Matisse. HEX triplet: 34, 64 and 84. RGB value is (52,100,132). Sum of RGB (Red+Green+Blue) = 52+100+132=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #346484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346484 is #CB9B7B. Grayscale: #595959. Windows color (decimal): -13343612 or 8676404. OLE color: 8676404.

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

Color convert

RGB 52 100 132 -
CMYK 0.61 0.24 0 0.48
HSL 204º 0.43% 0.36% -
HSV(B) 204º 0.61% 0.52% -
XYZ 10.14 11.51 23.52 -
YUV 89.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 52 100 132 0.61 0.24 0 0.48 204 0.43 0.36
Hex 34 64 84 3D 18 0 30 CC 2B 24
Octal 64 144 204 75 30 0 60 314 53 44
Binary 110100 1100100 10000100 111101 11000 0 110000 11001100 101011 100100

Color Harmonies of #346484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346484

Black with #346484

Text Example


Text Example

White with #346484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346484; }

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

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

background-color css

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

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

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

border-color css

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

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

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