Html Css Color HEX #345A82 Matisse

📋 copy color: '#345A82'

red 52 ◦ green 90 ◦ blue 130

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

Shades of Matisse #345A82

Tints of Matisse #345A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 19.12%
G = 33.09%
B = 47.79%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345A82 (or 0x345A82) is known color: Matisse. HEX triplet: 34, 5A and 82. RGB value is (52,90,130). Sum of RGB (Red+Green+Blue) = 52+90+130=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #345A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A82 is #CBA57D. Grayscale: #525252. Windows color (decimal): -13346174 or 8542772. OLE color: 8542772.

HSL color Cylindrical-coordinate representation of color #345A82: hue angle of 210.77º 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 #345A82 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 90 130 -
CMYK 0.60 0.31 0 0.49
HSL 210.77º 0.43% 0.36% -
HSV(B) 210.77º 0.6% 0.51% -
XYZ 9.1 9.65 22.5 -
YUV 83.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 52 90 130 0.60 0.31 0 0.49 210.77 0.43 0.36
Hex 34 5A 82 3C 1F 0 31 D3 2B 24
Octal 64 132 202 74 37 0 61 323 53 44
Binary 110100 1011010 10000010 111100 11111 0 110001 11010011 101011 100100

Color Harmonies of #345A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A82

Black with #345A82

Text Example


Text Example

White with #345A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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