Html Css Color HEX #345A78 Matisse

📋 copy color: '#345A78'

red 52 ◦ green 90 ◦ blue 120

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

Shades of Matisse #345A78

Tints of Matisse #345A78

RGB

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

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

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

R = 19.85%
G = 34.35%
B = 45.8%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#345A78 (or 0x345A78) is known color: Matisse. HEX triplet: 34, 5A and 78. RGB value is (52,90,120). Sum of RGB (Red+Green+Blue) = 52+90+120=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #345A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A78 is #CBA587. Grayscale: #515151. Windows color (decimal): -13346184 or 7887412. OLE color: 7887412.

HSL color Cylindrical-coordinate representation of color #345A78: hue angle of 206.47º 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 #345A78 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 90 120 -
CMYK 0.57 0.25 0 0.53
HSL 206.47º 0.4% 0.34% -
HSV(B) 206.47º 0.57% 0.47% -
XYZ 8.46 9.4 19.14 -
YUV 82.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 52 90 120 0.57 0.25 0 0.53 206.47 0.4 0.34
Hex 34 5A 78 39 19 0 35 CE 28 22
Octal 64 132 170 71 31 0 65 316 50 42
Binary 110100 1011010 1111000 111001 11001 0 110101 11001110 101000 100010

Color Harmonies of #345A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A78

Black with #345A78

Text Example


Text Example

White with #345A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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