Html Css Color HEX #354E71 St Tropaz

📋 copy color: '#354E71'

red 53 ◦ green 78 ◦ blue 113

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

Shades of St Tropaz #354E71

Tints of St Tropaz #354E71

RGB

 RED value IS 53 (21.09% from 255) = 21.72%

 GREEN value IS 78 (30.86% from 255) = 31.97%

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

R = 21.72%
G = 31.97%
B = 46.31%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354E71 (or 0x354E71) is known color: St Tropaz. HEX triplet: 35, 4E and 71. RGB value is (53,78,113). Sum of RGB (Red+Green+Blue) = 53+78+113=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #354E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E71 is #CAB18E. Grayscale: #4A4A4A. Windows color (decimal): -13283727 or 7425589. OLE color: 7425589.

HSL color Cylindrical-coordinate representation of color #354E71: hue angle of 215º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354E71 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 78 113 -
CMYK 0.53 0.31 0 0.56
HSL 215º 0.36% 0.33% -
HSV(B) 215º 0.53% 0.44% -
XYZ 7.17 7.4 16.67 -
YUV 74.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 53 78 113 0.53 0.31 0 0.56 215 0.36 0.33
Hex 35 4E 71 35 1F 0 38 D7 24 21
Octal 65 116 161 65 37 0 70 327 44 41
Binary 110101 1001110 1110001 110101 11111 0 111000 11010111 100100 100001

Color Harmonies of #354E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E71

Black with #354E71

Text Example


Text Example

White with #354E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E71; }

 p { color: rgb(53,78,113); }

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

background-color css

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

 a { background-color: rgb(53,78,113); }

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

border-color css

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

 span { border-color: rgb(53,78,113); }

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