Html Css Color HEX #345A76 Matisse

📋 copy color: '#345A76'

red 52 ◦ green 90 ◦ blue 118

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

Shades of Matisse #345A76

Tints of Matisse #345A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 20%
G = 34.62%
B = 45.38%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#345A76 (or 0x345A76) is known color: Matisse. HEX triplet: 34, 5A and 76. RGB value is (52,90,118). Sum of RGB (Red+Green+Blue) = 52+90+118=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #345A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A76 is #CBA589. Grayscale: #515151. Windows color (decimal): -13346186 or 7756340. OLE color: 7756340.

HSL color Cylindrical-coordinate representation of color #345A76: hue angle of 205.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #345A76 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 90 118 -
CMYK 0.56 0.24 0 0.54
HSL 205.45º 0.39% 0.33% -
HSV(B) 205.45º 0.56% 0.46% -
XYZ 8.34 9.35 18.5 -
YUV 81.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 52 90 118 0.56 0.24 0 0.54 205.45 0.39 0.33
Hex 34 5A 76 38 18 0 36 CD 27 21
Octal 64 132 166 70 30 0 66 315 47 41
Binary 110100 1011010 1110110 111000 11000 0 110110 11001101 100111 100001

Color Harmonies of #345A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A76

Black with #345A76

Text Example


Text Example

White with #345A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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