Html Css Color HEX #346082 Matisse

📋 copy color: '#346082'

red 52 ◦ green 96 ◦ blue 130

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

Shades of Matisse #346082

Tints of Matisse #346082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

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

R = 18.71%
G = 34.53%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346082 (or 0x346082) is known color: Matisse. HEX triplet: 34, 60 and 82. RGB value is (52,96,130). Sum of RGB (Red+Green+Blue) = 52+96+130=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #346082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346082 is #CB9F7D. Grayscale: #565656. Windows color (decimal): -13344638 or 8544308. OLE color: 8544308.

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

Color convert

RGB 52 96 130 -
CMYK 0.60 0.26 0 0.49
HSL 206.15º 0.43% 0.36% -
HSV(B) 206.15º 0.6% 0.51% -
XYZ 9.63 10.71 22.68 -
YUV 86.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 52 96 130 0.60 0.26 0 0.49 206.15 0.43 0.36
Hex 34 60 82 3C 1A 0 31 CE 2B 24
Octal 64 140 202 74 32 0 61 316 53 44
Binary 110100 1100000 10000010 111100 11010 0 110001 11001110 101011 100100

Color Harmonies of #346082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346082

Black with #346082

Text Example


Text Example

White with #346082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346082; }

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

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

background-color css

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

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

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

border-color css

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

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

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