Html Css Color HEX #345A81 Matisse

📋 copy color: '#345A81'

red 52 ◦ green 90 ◦ blue 129

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

Shades of Matisse #345A81

Tints of Matisse #345A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 19.19%
G = 33.21%
B = 47.6%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#345A81 (or 0x345A81) is known color: Matisse. HEX triplet: 34, 5A and 81. RGB value is (52,90,129). Sum of RGB (Red+Green+Blue) = 52+90+129=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #345A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A81 is #CBA57E. Grayscale: #525252. Windows color (decimal): -13346175 or 8477236. OLE color: 8477236.

HSL color Cylindrical-coordinate representation of color #345A81: hue angle of 210.39º 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 #345A81 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 90 129 -
CMYK 0.60 0.30 0 0.49
HSL 210.39º 0.43% 0.35% -
HSV(B) 210.39º 0.6% 0.51% -
XYZ 9.03 9.63 22.15 -
YUV 83.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 52 90 129 0.60 0.30 0 0.49 210.39 0.43 0.35
Hex 34 5A 81 3C 1E 0 31 D2 2B 23
Octal 64 132 201 74 36 0 61 322 53 43
Binary 110100 1011010 10000001 111100 11110 0 110001 11010010 101011 100011

Color Harmonies of #345A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A81

Black with #345A81

Text Example


Text Example

White with #345A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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