Html Css Color HEX #345C84 Matisse

📋 copy color: '#345C84'

red 52 ◦ green 92 ◦ blue 132

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

Shades of Matisse #345C84

Tints of Matisse #345C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.33%

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

R = 18.84%
G = 33.33%
B = 47.83%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#345C84 (or 0x345C84) is known color: Matisse. HEX triplet: 34, 5C and 84. RGB value is (52,92,132). Sum of RGB (Red+Green+Blue) = 52+92+132=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #345C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C84 is #CBA37B. Grayscale: #545454. Windows color (decimal): -13345660 or 8674356. OLE color: 8674356.

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

Color convert

RGB 52 92 132 -
CMYK 0.61 0.30 0 0.48
HSL 210º 0.43% 0.36% -
HSV(B) 210º 0.61% 0.52% -
XYZ 9.41 10.05 23.27 -
YUV 84.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 52 92 132 0.61 0.30 0 0.48 210 0.43 0.36
Hex 34 5C 84 3D 1E 0 30 D2 2B 24
Octal 64 134 204 75 36 0 60 322 53 44
Binary 110100 1011100 10000100 111101 11110 0 110000 11010010 101011 100100

Color Harmonies of #345C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C84

Black with #345C84

Text Example


Text Example

White with #345C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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