Html Css Color HEX #345D83 Matisse

📋 copy color: '#345D83'

red 52 ◦ green 93 ◦ blue 131

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

Shades of Matisse #345D83

Tints of Matisse #345D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 18.84%
G = 33.7%
B = 47.46%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345D83 (or 0x345D83) is known color: Matisse. HEX triplet: 34, 5D and 83. RGB value is (52,93,131). Sum of RGB (Red+Green+Blue) = 52+93+131=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #345D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D83 is #CBA27C. Grayscale: #545454. Windows color (decimal): -13345405 or 8609076. OLE color: 8609076.

HSL color Cylindrical-coordinate representation of color #345D83: hue angle of 208.86º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345D83 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 93 131 -
CMYK 0.60 0.29 0 0.49
HSL 208.86º 0.43% 0.36% -
HSV(B) 208.86º 0.6% 0.51% -
XYZ 9.43 10.2 22.94 -
YUV 85.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 52 93 131 0.60 0.29 0 0.49 208.86 0.43 0.36
Hex 34 5D 83 3C 1D 0 31 D1 2B 24
Octal 64 135 203 74 35 0 61 321 53 44
Binary 110100 1011101 10000011 111100 11101 0 110001 11010001 101011 100100

Color Harmonies of #345D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D83

Black with #345D83

Text Example


Text Example

White with #345D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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