Html Css Color HEX #345981 Matisse

📋 copy color: '#345981'

red 52 ◦ green 89 ◦ blue 129

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

Shades of Matisse #345981

Tints of Matisse #345981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 19.26%
G = 32.96%
B = 47.78%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345981 (or 0x345981) is known color: Matisse. HEX triplet: 34, 59 and 81. RGB value is (52,89,129). Sum of RGB (Red+Green+Blue) = 52+89+129=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #345981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345981 is #CBA67E. Grayscale: #525252. Windows color (decimal): -13346431 or 8476980. OLE color: 8476980.

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

Color convert

RGB 52 89 129 -
CMYK 0.60 0.31 0 0.49
HSL 211.17º 0.43% 0.35% -
HSV(B) 211.17º 0.6% 0.51% -
XYZ 8.95 9.46 22.12 -
YUV 82.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 52 89 129 0.60 0.31 0 0.49 211.17 0.43 0.35
Hex 34 59 81 3C 1F 0 31 D3 2B 23
Octal 64 131 201 74 37 0 61 323 53 43
Binary 110100 1011001 10000001 111100 11111 0 110001 11010011 101011 100011

Color Harmonies of #345981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345981

Black with #345981

Text Example


Text Example

White with #345981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345981; }

 p { color: rgb(52,89,129); }

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

background-color css

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

 a { background-color: rgb(52,89,129); }

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

border-color css

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

 span { border-color: rgb(52,89,129); }

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