Html Css Color HEX #345C85 Matisse

📋 copy color: '#345C85'

red 52 ◦ green 92 ◦ blue 133

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

Shades of Matisse #345C85

Tints of Matisse #345C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 18.77%
G = 33.21%
B = 48.01%

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

#345C85 (or 0x345C85) is known color: Matisse. HEX triplet: 34, 5C and 85. RGB value is (52,92,133). Sum of RGB (Red+Green+Blue) = 52+92+133=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #345C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C85 is #CBA37A. Grayscale: #545454. Windows color (decimal): -13345659 or 8739892. OLE color: 8739892.

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

Color convert

RGB 52 92 133 -
CMYK 0.61 0.31 0 0.48
HSL 210.37º 0.44% 0.36% -
HSV(B) 210.37º 0.61% 0.52% -
XYZ 9.48 10.08 23.64 -
YUV 84.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 52 92 133 0.61 0.31 0 0.48 210.37 0.44 0.36
Hex 34 5C 85 3D 1F 0 30 D2 2C 24
Octal 64 134 205 75 37 0 60 322 54 44
Binary 110100 1011100 10000101 111101 11111 0 110000 11010010 101100 100100

Color Harmonies of #345C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C85

Black with #345C85

Text Example


Text Example

White with #345C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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