Html Css Color HEX #345A7F Matisse

📋 copy color: '#345A7F'

red 52 ◦ green 90 ◦ blue 127

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

Shades of Matisse #345A7F

Tints of Matisse #345A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.21%

R = 19.33%
G = 33.46%
B = 47.21%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#345A7F (or 0x345A7F) is known color: Matisse. HEX triplet: 34, 5A and 7F. RGB value is (52,90,127). Sum of RGB (Red+Green+Blue) = 52+90+127=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #345A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345A7F is #CBA580. Grayscale: #525252. Windows color (decimal): -13346177 or 8346164. OLE color: 8346164.

HSL color Cylindrical-coordinate representation of color #345A7F: hue angle of 209.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #345A7F is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 90 127 -
CMYK 0.59 0.29 0 0.50
HSL 209.6º 0.42% 0.35% -
HSV(B) 209.6º 0.59% 0.5% -
XYZ 8.9 9.57 21.46 -
YUV 82.86 152.91 105.99 -
System Red Green Blue C M Y K H S L
Decimal 52 90 127 0.59 0.29 0 0.50 209.6 0.42 0.35
Hex 34 5A 7F 3B 1D 0 32 D2 2A 23
Octal 64 132 177 73 35 0 62 322 52 43
Binary 110100 1011010 1111111 111011 11101 0 110010 11010010 101010 100011

Color Harmonies of #345A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A7F

Black with #345A7F

Text Example


Text Example

White with #345A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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