Html Css Color HEX #346389 Matisse

📋 copy color: '#346389'

red 52 ◦ green 99 ◦ blue 137

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

Shades of Matisse #346389

Tints of Matisse #346389

RGB

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

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

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

R = 18.06%
G = 34.38%
B = 47.57%

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

#346389 (or 0x346389) is known color: Matisse. HEX triplet: 34, 63 and 89. RGB value is (52,99,137). Sum of RGB (Red+Green+Blue) = 52+99+137=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #346389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346389 is #CB9C76. Grayscale: #595959. Windows color (decimal): -13343863 or 9003828. OLE color: 9003828.

HSL color Cylindrical-coordinate representation of color #346389: hue angle of 206.82º 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 #346389 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 99 137 -
CMYK 0.62 0.28 0 0.46
HSL 206.82º 0.45% 0.37% -
HSV(B) 206.82º 0.62% 0.54% -
XYZ 10.39 11.46 25.33 -
YUV 89.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 52 99 137 0.62 0.28 0 0.46 206.82 0.45 0.37
Hex 34 63 89 3E 1C 0 2E CF 2D 25
Octal 64 143 211 76 34 0 56 317 55 45
Binary 110100 1100011 10001001 111110 11100 0 101110 11001111 101101 100101

Color Harmonies of #346389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346389

Black with #346389

Text Example


Text Example

White with #346389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346389; }

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

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

background-color css

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

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

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

border-color css

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

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

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