Html Css Color HEX #345877 Matisse

📋 copy color: '#345877'

red 52 ◦ green 88 ◦ blue 119

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

Shades of Matisse #345877

Tints of Matisse #345877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 20.08%
G = 33.98%
B = 45.95%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345877 (or 0x345877) is known color: Matisse. HEX triplet: 34, 58 and 77. RGB value is (52,88,119). Sum of RGB (Red+Green+Blue) = 52+88+119=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #345877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345877 is #CBA788. Grayscale: #505050. Windows color (decimal): -13346697 or 7821364. OLE color: 7821364.

HSL color Cylindrical-coordinate representation of color #345877: hue angle of 207.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345877 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 88 119 -
CMYK 0.56 0.26 0 0.53
HSL 207.76º 0.39% 0.34% -
HSV(B) 207.76º 0.56% 0.47% -
XYZ 8.24 9.04 18.76 -
YUV 80.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 52 88 119 0.56 0.26 0 0.53 207.76 0.39 0.34
Hex 34 58 77 38 1A 0 35 D0 27 22
Octal 64 130 167 70 32 0 65 320 47 42
Binary 110100 1011000 1110111 111000 11010 0 110101 11010000 100111 100010

Color Harmonies of #345877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345877

Black with #345877

Text Example


Text Example

White with #345877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345877; }

 p { color: rgb(52,88,119); }

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

background-color css

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

 a { background-color: rgb(52,88,119); }

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

border-color css

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

 span { border-color: rgb(52,88,119); }

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