Html Css Color HEX #345F87 Matisse

📋 copy color: '#345F87'

red 52 ◦ green 95 ◦ blue 135

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

Shades of Matisse #345F87

Tints of Matisse #345F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 18.44%
G = 33.69%
B = 47.87%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#345F87 (or 0x345F87) is known color: Matisse. HEX triplet: 34, 5F and 87. RGB value is (52,95,135). Sum of RGB (Red+Green+Blue) = 52+95+135=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #345F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F87 is #CBA078. Grayscale: #565656. Windows color (decimal): -13344889 or 8871732. OLE color: 8871732.

HSL color Cylindrical-coordinate representation of color #345F87: hue angle of 208.92º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #345F87 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 95 135 -
CMYK 0.61 0.30 0 0.47
HSL 208.92º 0.44% 0.37% -
HSV(B) 208.92º 0.61% 0.53% -
XYZ 9.88 10.66 24.46 -
YUV 86.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 52 95 135 0.61 0.30 0 0.47 208.92 0.44 0.37
Hex 34 5F 87 3D 1E 0 2F D1 2C 25
Octal 64 137 207 75 36 0 57 321 54 45
Binary 110100 1011111 10000111 111101 11110 0 101111 11010001 101100 100101

Color Harmonies of #345F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F87

Black with #345F87

Text Example


Text Example

White with #345F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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