Html Css Color HEX #345B7B Matisse

📋 copy color: '#345B7B'

red 52 ◦ green 91 ◦ blue 123

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

Shades of Matisse #345B7B

Tints of Matisse #345B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.21%

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

R = 19.55%
G = 34.21%
B = 46.24%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#345B7B (or 0x345B7B) is known color: Matisse. HEX triplet: 34, 5B and 7B. RGB value is (52,91,123). Sum of RGB (Red+Green+Blue) = 52+91+123=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #345B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B7B is #CBA484. Grayscale: #525252. Windows color (decimal): -13345925 or 8084276. OLE color: 8084276.

HSL color Cylindrical-coordinate representation of color #345B7B: hue angle of 207.04º 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 #345B7B is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 91 123 -
CMYK 0.58 0.26 0 0.52
HSL 207.04º 0.41% 0.34% -
HSV(B) 207.04º 0.58% 0.48% -
XYZ 8.73 9.64 20.14 -
YUV 82.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 52 91 123 0.58 0.26 0 0.52 207.04 0.41 0.34
Hex 34 5B 7B 3A 1A 0 34 CF 29 22
Octal 64 133 173 72 32 0 64 317 51 42
Binary 110100 1011011 1111011 111010 11010 0 110100 11001111 101001 100010

Color Harmonies of #345B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B7B

Black with #345B7B

Text Example


Text Example

White with #345B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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