Html Css Color HEX #345B84 Matisse

📋 copy color: '#345B84'

red 52 ◦ green 91 ◦ blue 132

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

Shades of Matisse #345B84

Tints of Matisse #345B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 132 (51.95% from 255) = 48%

R = 18.91%
G = 33.09%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345B84 (or 0x345B84) is known color: Matisse. HEX triplet: 34, 5B and 84. RGB value is (52,91,132). Sum of RGB (Red+Green+Blue) = 52+91+132=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #345B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B84 is #CBA47B. Grayscale: #535353. Windows color (decimal): -13345916 or 8674100. OLE color: 8674100.

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

Color convert

RGB 52 91 132 -
CMYK 0.61 0.31 0 0.48
HSL 210.75º 0.43% 0.36% -
HSV(B) 210.75º 0.61% 0.52% -
XYZ 9.32 9.88 23.25 -
YUV 84.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 52 91 132 0.61 0.31 0 0.48 210.75 0.43 0.36
Hex 34 5B 84 3D 1F 0 30 D3 2B 24
Octal 64 133 204 75 37 0 60 323 53 44
Binary 110100 1011011 10000100 111101 11111 0 110000 11010011 101011 100100

Color Harmonies of #345B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B84

Black with #345B84

Text Example


Text Example

White with #345B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345B84; }

 p { color: rgb(52,91,132); }

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

background-color css

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

 a { background-color: rgb(52,91,132); }

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

border-color css

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

 span { border-color: rgb(52,91,132); }

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