Html Css Color HEX #346289 Matisse

📋 copy color: '#346289'

red 52 ◦ green 98 ◦ blue 137

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

Shades of Matisse #346289

Tints of Matisse #346289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 18.12%
G = 34.15%
B = 47.74%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#346289 (or 0x346289) is known color: Matisse. HEX triplet: 34, 62 and 89. RGB value is (52,98,137). Sum of RGB (Red+Green+Blue) = 52+98+137=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #346289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346289 is #CB9D76. Grayscale: #585858. Windows color (decimal): -13344119 or 9003572. OLE color: 9003572.

HSL color Cylindrical-coordinate representation of color #346289: hue angle of 207.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #346289 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 98 137 -
CMYK 0.62 0.28 0 0.46
HSL 207.53º 0.45% 0.37% -
HSV(B) 207.53º 0.62% 0.54% -
XYZ 10.3 11.27 25.3 -
YUV 88.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 52 98 137 0.62 0.28 0 0.46 207.53 0.45 0.37
Hex 34 62 89 3E 1C 0 2E D0 2D 25
Octal 64 142 211 76 34 0 56 320 55 45
Binary 110100 1100010 10001001 111110 11100 0 101110 11010000 101101 100101

Color Harmonies of #346289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346289

Black with #346289

Text Example


Text Example

White with #346289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346289; }

 p { color: rgb(52,98,137); }

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

background-color css

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

 a { background-color: rgb(52,98,137); }

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

border-color css

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

 span { border-color: rgb(52,98,137); }

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