Html Css Color HEX #345878 Matisse

📋 copy color: '#345878'

red 52 ◦ green 88 ◦ blue 120

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

Shades of Matisse #345878

Tints of Matisse #345878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 20%
G = 33.85%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345878 (or 0x345878) is known color: Matisse. HEX triplet: 34, 58 and 78. RGB value is (52,88,120). Sum of RGB (Red+Green+Blue) = 52+88+120=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #345878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345878 is #CBA787. Grayscale: #505050. Windows color (decimal): -13346696 or 7886900. OLE color: 7886900.

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

Color convert

RGB 52 88 120 -
CMYK 0.57 0.27 0 0.53
HSL 208.24º 0.4% 0.34% -
HSV(B) 208.24º 0.57% 0.47% -
XYZ 8.3 9.07 19.08 -
YUV 80.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 52 88 120 0.57 0.27 0 0.53 208.24 0.4 0.34
Hex 34 58 78 39 1B 0 35 D0 28 22
Octal 64 130 170 71 33 0 65 320 50 42
Binary 110100 1011000 1111000 111001 11011 0 110101 11010000 101000 100010

Color Harmonies of #345878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345878

Black with #345878

Text Example


Text Example

White with #345878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345878; }

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

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

background-color css

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

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

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

border-color css

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

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

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