Html Css Color HEX #346481 Matisse

📋 copy color: '#346481'

red 52 ◦ green 100 ◦ blue 129

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

Shades of Matisse #346481

Tints of Matisse #346481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 18.51%
G = 35.59%
B = 45.91%

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

#346481 (or 0x346481) is known color: Matisse. HEX triplet: 34, 64 and 81. RGB value is (52,100,129). Sum of RGB (Red+Green+Blue) = 52+100+129=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #346481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346481 is #CB9B7E. Grayscale: #585858. Windows color (decimal): -13343615 or 8479796. OLE color: 8479796.

HSL color Cylindrical-coordinate representation of color #346481: hue angle of 202.6º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #346481 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 100 129 -
CMYK 0.60 0.22 0 0.49
HSL 202.6º 0.43% 0.35% -
HSV(B) 202.6º 0.6% 0.51% -
XYZ 9.94 11.43 22.45 -
YUV 88.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 52 100 129 0.60 0.22 0 0.49 202.6 0.43 0.35
Hex 34 64 81 3C 16 0 31 CB 2B 23
Octal 64 144 201 74 26 0 61 313 53 43
Binary 110100 1100100 10000001 111100 10110 0 110001 11001011 101011 100011

Color Harmonies of #346481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346481

Black with #346481

Text Example


Text Example

White with #346481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346481; }

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

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

background-color css

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

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

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

border-color css

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

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

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