Html Css Color HEX #344D71 St Tropaz

📋 copy color: '#344D71'

red 52 ◦ green 77 ◦ blue 113

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

Shades of St Tropaz #344D71

Tints of St Tropaz #344D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 21.49%
G = 31.82%
B = 46.69%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#344D71 (or 0x344D71) is known color: St Tropaz. HEX triplet: 34, 4D and 71. RGB value is (52,77,113). Sum of RGB (Red+Green+Blue) = 52+77+113=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #344D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D71 is #CBB28E. Grayscale: #494949. Windows color (decimal): -13349519 or 7425332. OLE color: 7425332.

HSL color Cylindrical-coordinate representation of color #344D71: hue angle of 215.41º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344D71 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 77 113 -
CMYK 0.54 0.32 0 0.56
HSL 215.41º 0.37% 0.32% -
HSV(B) 215.41º 0.54% 0.44% -
XYZ 7.05 7.23 16.65 -
YUV 73.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 52 77 113 0.54 0.32 0 0.56 215.41 0.37 0.32
Hex 34 4D 71 36 20 0 38 D7 25 20
Octal 64 115 161 66 40 0 70 327 45 40
Binary 110100 1001101 1110001 110110 100000 0 111000 11010111 100101 100000

Color Harmonies of #344D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D71

Black with #344D71

Text Example


Text Example

White with #344D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344D71; }

 p { color: rgb(52,77,113); }

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

background-color css

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

 a { background-color: rgb(52,77,113); }

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

border-color css

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

 span { border-color: rgb(52,77,113); }

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