Html Css Color HEX #346385 Matisse

📋 copy color: '#346385'

red 52 ◦ green 99 ◦ blue 133

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

Shades of Matisse #346385

Tints of Matisse #346385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.83%

R = 18.31%
G = 34.86%
B = 46.83%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#346385 (or 0x346385) is known color: Matisse. HEX triplet: 34, 63 and 85. RGB value is (52,99,133). Sum of RGB (Red+Green+Blue) = 52+99+133=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #346385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346385 is #CB9C7A. Grayscale: #585858. Windows color (decimal): -13343867 or 8741684. OLE color: 8741684.

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

Color convert

RGB 52 99 133 -
CMYK 0.61 0.26 0 0.48
HSL 205.19º 0.44% 0.36% -
HSV(B) 205.19º 0.61% 0.52% -
XYZ 10.11 11.35 23.85 -
YUV 88.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 52 99 133 0.61 0.26 0 0.48 205.19 0.44 0.36
Hex 34 63 85 3D 1A 0 30 CD 2C 24
Octal 64 143 205 75 32 0 60 315 54 44
Binary 110100 1100011 10000101 111101 11010 0 110000 11001101 101100 100100

Color Harmonies of #346385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346385

Black with #346385

Text Example


Text Example

White with #346385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346385; }

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

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

background-color css

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

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

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

border-color css

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

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

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