Html Css Color HEX #345B7C Matisse

📋 copy color: '#345B7C'

red 52 ◦ green 91 ◦ blue 124

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

Shades of Matisse #345B7C

Tints of Matisse #345B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 19.48%
G = 34.08%
B = 46.44%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#345B7C (or 0x345B7C) is known color: Matisse. HEX triplet: 34, 5B and 7C. RGB value is (52,91,124). Sum of RGB (Red+Green+Blue) = 52+91+124=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #345B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B7C is #CBA483. Grayscale: #525252. Windows color (decimal): -13345924 or 8149812. OLE color: 8149812.

HSL color Cylindrical-coordinate representation of color #345B7C: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345B7C is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 91 124 -
CMYK 0.58 0.27 0 0.51
HSL 207.5º 0.41% 0.35% -
HSV(B) 207.5º 0.58% 0.49% -
XYZ 8.8 9.67 20.47 -
YUV 83.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 52 91 124 0.58 0.27 0 0.51 207.5 0.41 0.35
Hex 34 5B 7C 3A 1B 0 33 D0 29 23
Octal 64 133 174 72 33 0 63 320 51 43
Binary 110100 1011011 1111100 111010 11011 0 110011 11010000 101001 100011

Color Harmonies of #345B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B7C

Black with #345B7C

Text Example


Text Example

White with #345B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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