Html Css Color HEX #354F76 St Tropaz

📋 copy color: '#354F76'

red 53 ◦ green 79 ◦ blue 118

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

Shades of St Tropaz #354F76

Tints of St Tropaz #354F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 21.2%
G = 31.6%
B = 47.2%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354F76 (or 0x354F76) is known color: St Tropaz. HEX triplet: 35, 4F and 76. RGB value is (53,79,118). Sum of RGB (Red+Green+Blue) = 53+79+118=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #354F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F76 is #CAB089. Grayscale: #4B4B4B. Windows color (decimal): -13283466 or 7753525. OLE color: 7753525.

HSL color Cylindrical-coordinate representation of color #354F76: hue angle of 216º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354F76 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 79 118 -
CMYK 0.55 0.33 0 0.54
HSL 216º 0.38% 0.34% -
HSV(B) 216º 0.55% 0.46% -
XYZ 7.53 7.66 18.22 -
YUV 75.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 53 79 118 0.55 0.33 0 0.54 216 0.38 0.34
Hex 35 4F 76 37 21 0 36 D8 26 22
Octal 65 117 166 67 41 0 66 330 46 42
Binary 110101 1001111 1110110 110111 100001 0 110110 11011000 100110 100010

Color Harmonies of #354F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F76

Black with #354F76

Text Example


Text Example

White with #354F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,118); }

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

background-color css

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

 a { background-color: rgb(53,79,118); }

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

border-color css

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

 span { border-color: rgb(53,79,118); }

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