Html Css Color HEX #346380 Matisse

📋 copy color: '#346380'

red 52 ◦ green 99 ◦ blue 128

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

Shades of Matisse #346380

Tints of Matisse #346380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 18.64%
G = 35.48%
B = 45.88%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#346380 (or 0x346380) is known color: Matisse. HEX triplet: 34, 63 and 80. RGB value is (52,99,128). Sum of RGB (Red+Green+Blue) = 52+99+128=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #346380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346380 is #CB9C7F. Grayscale: #585858. Windows color (decimal): -13343872 or 8414004. OLE color: 8414004.

HSL color Cylindrical-coordinate representation of color #346380: hue angle of 202.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346380 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 99 128 -
CMYK 0.59 0.23 0 0.50
HSL 202.89º 0.42% 0.35% -
HSV(B) 202.89º 0.59% 0.5% -
XYZ 9.77 11.21 22.07 -
YUV 88.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 52 99 128 0.59 0.23 0 0.50 202.89 0.42 0.35
Hex 34 63 80 3B 17 0 32 CB 2A 23
Octal 64 143 200 73 27 0 62 313 52 43
Binary 110100 1100011 10000000 111011 10111 0 110010 11001011 101010 100011

Color Harmonies of #346380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346380

Black with #346380

Text Example


Text Example

White with #346380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346380; }

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

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

background-color css

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

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

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

border-color css

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

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

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