Html Css Color HEX #345F82 Matisse

📋 copy color: '#345F82'

red 52 ◦ green 95 ◦ blue 130

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

Shades of Matisse #345F82

Tints of Matisse #345F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

 BLUE value IS 130 (51.17% from 255) = 46.93%

R = 18.77%
G = 34.3%
B = 46.93%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345F82 (or 0x345F82) is known color: Matisse. HEX triplet: 34, 5F and 82. RGB value is (52,95,130). Sum of RGB (Red+Green+Blue) = 52+95+130=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #345F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F82 is #CBA07D. Grayscale: #555555. Windows color (decimal): -13344894 or 8544052. OLE color: 8544052.

HSL color Cylindrical-coordinate representation of color #345F82: hue angle of 206.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345F82 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 95 130 -
CMYK 0.60 0.27 0 0.49
HSL 206.92º 0.43% 0.36% -
HSV(B) 206.92º 0.6% 0.51% -
XYZ 9.54 10.53 22.65 -
YUV 86.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 52 95 130 0.60 0.27 0 0.49 206.92 0.43 0.36
Hex 34 5F 82 3C 1B 0 31 CF 2B 24
Octal 64 137 202 74 33 0 61 317 53 44
Binary 110100 1011111 10000010 111100 11011 0 110001 11001111 101011 100100

Color Harmonies of #345F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F82

Black with #345F82

Text Example


Text Example

White with #345F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,95,130); }

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

background-color css

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

 a { background-color: rgb(52,95,130); }

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

border-color css

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

 span { border-color: rgb(52,95,130); }

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