Html Css Color HEX #345D7B Matisse

📋 copy color: '#345D7B'

red 52 ◦ green 93 ◦ blue 123

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

Shades of Matisse #345D7B

Tints of Matisse #345D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 19.4%
G = 34.7%
B = 45.9%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#345D7B (or 0x345D7B) is known color: Matisse. HEX triplet: 34, 5D and 7B. RGB value is (52,93,123). Sum of RGB (Red+Green+Blue) = 52+93+123=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #345D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345D7B is #CBA284. Grayscale: #545454. Windows color (decimal): -13345413 or 8084788. OLE color: 8084788.

HSL color Cylindrical-coordinate representation of color #345D7B: hue angle of 205.35º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345D7B is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 93 123 -
CMYK 0.58 0.24 0 0.52
HSL 205.35º 0.41% 0.34% -
HSV(B) 205.35º 0.58% 0.48% -
XYZ 8.91 9.99 20.2 -
YUV 84.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 52 93 123 0.58 0.24 0 0.52 205.35 0.41 0.34
Hex 34 5D 7B 3A 18 0 34 CD 29 22
Octal 64 135 173 72 30 0 64 315 51 42
Binary 110100 1011101 1111011 111010 11000 0 110100 11001101 101001 100010

Color Harmonies of #345D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D7B

Black with #345D7B

Text Example


Text Example

White with #345D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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