Html Css Color HEX #346288 Matisse

📋 copy color: '#346288'

red 52 ◦ green 98 ◦ blue 136

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

Shades of Matisse #346288

Tints of Matisse #346288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 18.18%
G = 34.27%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346288 (or 0x346288) is known color: Matisse. HEX triplet: 34, 62 and 88. RGB value is (52,98,136). Sum of RGB (Red+Green+Blue) = 52+98+136=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #346288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346288 is #CB9D77. Grayscale: #585858. Windows color (decimal): -13344120 or 8938036. OLE color: 8938036.

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

Color convert

RGB 52 98 136 -
CMYK 0.62 0.28 0 0.47
HSL 207.14º 0.45% 0.37% -
HSV(B) 207.14º 0.62% 0.53% -
XYZ 10.23 11.24 24.92 -
YUV 88.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 52 98 136 0.62 0.28 0 0.47 207.14 0.45 0.37
Hex 34 62 88 3E 1C 0 2F CF 2D 25
Octal 64 142 210 76 34 0 57 317 55 45
Binary 110100 1100010 10001000 111110 11100 0 101111 11001111 101101 100101

Color Harmonies of #346288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346288

Black with #346288

Text Example


Text Example

White with #346288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346288; }

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

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

background-color css

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

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

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

border-color css

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

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

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