Html Css Color HEX #345D7F Matisse

📋 copy color: '#345D7F'

red 52 ◦ green 93 ◦ blue 127

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

Shades of Matisse #345D7F

Tints of Matisse #345D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.19%

 BLUE value IS 127 (50% from 255) = 46.69%

R = 19.12%
G = 34.19%
B = 46.69%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#345D7F (or 0x345D7F) is known color: Matisse. HEX triplet: 34, 5D and 7F. RGB value is (52,93,127). Sum of RGB (Red+Green+Blue) = 52+93+127=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #345D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D7F is #CBA280. Grayscale: #545454. Windows color (decimal): -13345409 or 8346932. OLE color: 8346932.

HSL color Cylindrical-coordinate representation of color #345D7F: hue angle of 207.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345D7F is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 93 127 -
CMYK 0.59 0.27 0 0.50
HSL 207.2º 0.42% 0.35% -
HSV(B) 207.2º 0.59% 0.5% -
XYZ 9.16 10.09 21.54 -
YUV 84.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 52 93 127 0.59 0.27 0 0.50 207.2 0.42 0.35
Hex 34 5D 7F 3B 1B 0 32 CF 2A 23
Octal 64 135 177 73 33 0 62 317 52 43
Binary 110100 1011101 1111111 111011 11011 0 110010 11001111 101010 100011

Color Harmonies of #345D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D7F

Black with #345D7F

Text Example


Text Example

White with #345D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,127); }

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

background-color css

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

 a { background-color: rgb(52,93,127); }

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

border-color css

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

 span { border-color: rgb(52,93,127); }

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