Html Css Color HEX #346381 Matisse

📋 copy color: '#346381'

red 52 ◦ green 99 ◦ blue 129

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

Shades of Matisse #346381

Tints of Matisse #346381

RGB

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

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

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

R = 18.57%
G = 35.36%
B = 46.07%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#346381 (or 0x346381) is known color: Matisse. HEX triplet: 34, 63 and 81. RGB value is (52,99,129). Sum of RGB (Red+Green+Blue) = 52+99+129=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #346381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346381 is #CB9C7E. Grayscale: #585858. Windows color (decimal): -13343871 or 8479540. OLE color: 8479540.

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

Color convert

RGB 52 99 129 -
CMYK 0.60 0.23 0 0.49
HSL 203.38º 0.43% 0.35% -
HSV(B) 203.38º 0.6% 0.51% -
XYZ 9.84 11.24 22.42 -
YUV 88.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 52 99 129 0.60 0.23 0 0.49 203.38 0.43 0.35
Hex 34 63 81 3C 17 0 31 CB 2B 23
Octal 64 143 201 74 27 0 61 313 53 43
Binary 110100 1100011 10000001 111100 10111 0 110001 11001011 101011 100011

Color Harmonies of #346381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346381

Black with #346381

Text Example


Text Example

White with #346381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346381; }

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

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

background-color css

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

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

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

border-color css

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

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

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