Html Css Color HEX #346388 Matisse

📋 copy color: '#346388'

red 52 ◦ green 99 ◦ blue 136

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

Shades of Matisse #346388

Tints of Matisse #346388

RGB

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

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

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

R = 18.12%
G = 34.49%
B = 47.39%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#346388 (or 0x346388) is known color: Matisse. HEX triplet: 34, 63 and 88. RGB value is (52,99,136). Sum of RGB (Red+Green+Blue) = 52+99+136=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #346388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346388 is #CB9C77. Grayscale: #585858. Windows color (decimal): -13343864 or 8938292. OLE color: 8938292.

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

Color convert

RGB 52 99 136 -
CMYK 0.62 0.27 0 0.47
HSL 206.43º 0.45% 0.37% -
HSV(B) 206.43º 0.62% 0.53% -
XYZ 10.32 11.43 24.96 -
YUV 89.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 52 99 136 0.62 0.27 0 0.47 206.43 0.45 0.37
Hex 34 63 88 3E 1B 0 2F CE 2D 25
Octal 64 143 210 76 33 0 57 316 55 45
Binary 110100 1100011 10001000 111110 11011 0 101111 11001110 101101 100101

Color Harmonies of #346388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346388

Black with #346388

Text Example


Text Example

White with #346388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346388; }

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

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

background-color css

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

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

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

border-color css

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

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

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