Html Css Color HEX #334D73 St Tropaz

📋 copy color: '#334D73'

red 51 ◦ green 77 ◦ blue 115

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

Shades of St Tropaz #334D73

Tints of St Tropaz #334D73

RGB

 RED value IS 51 (20.31% from 255) = 20.99%

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

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 20.99%
G = 31.69%
B = 47.33%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#334D73 (or 0x334D73) is known color: St Tropaz. HEX triplet: 33, 4D and 73. RGB value is (51,77,115). Sum of RGB (Red+Green+Blue) = 51+77+115=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #334D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D73 is #CCB28C. Grayscale: #494949. Windows color (decimal): -13415053 or 7556403. OLE color: 7556403.

HSL color Cylindrical-coordinate representation of color #334D73: hue angle of 215.62º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #334D73 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 77 115 -
CMYK 0.56 0.33 0 0.55
HSL 215.63º 0.39% 0.33% -
HSV(B) 215.63º 0.56% 0.45% -
XYZ 7.11 7.25 17.24 -
YUV 73.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 51 77 115 0.56 0.33 0 0.55 215.63 0.39 0.33
Hex 33 4D 73 38 21 0 37 D8 27 21
Octal 63 115 163 70 41 0 67 330 47 41
Binary 110011 1001101 1110011 111000 100001 0 110111 11011000 100111 100001

Color Harmonies of #334D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334D73

Black with #334D73

Text Example


Text Example

White with #334D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334D73; }

 p { color: rgb(51,77,115); }

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

background-color css

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

 a { background-color: rgb(51,77,115); }

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

border-color css

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

 span { border-color: rgb(51,77,115); }

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