Html Css Color HEX #365174 St Tropaz

📋 copy color: '#365174'

red 54 ◦ green 81 ◦ blue 116

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

Shades of St Tropaz #365174

Tints of St Tropaz #365174

RGB

 RED value IS 54 (21.48% from 255) = 21.51%

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 21.51%
G = 32.27%
B = 46.22%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365174 (or 0x365174) is known color: St Tropaz. HEX triplet: 36, 51 and 74. RGB value is (54,81,116). Sum of RGB (Red+Green+Blue) = 54+81+116=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #365174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365174 is #C9AE8B. Grayscale: #4C4C4C. Windows color (decimal): -13217420 or 7622966. OLE color: 7622966.

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

Color convert

RGB 54 81 116 -
CMYK 0.53 0.30 0 0.55
HSL 213.87º 0.36% 0.33% -
HSV(B) 213.87º 0.53% 0.45% -
XYZ 7.62 7.93 17.65 -
YUV 76.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 54 81 116 0.53 0.30 0 0.55 213.87 0.36 0.33
Hex 36 51 74 35 1E 0 37 D6 24 21
Octal 66 121 164 65 36 0 67 326 44 41
Binary 110110 1010001 1110100 110101 11110 0 110111 11010110 100100 100001

Color Harmonies of #365174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365174

Black with #365174

Text Example


Text Example

White with #365174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365174; }

 p { color: rgb(54,81,116); }

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

background-color css

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

 a { background-color: rgb(54,81,116); }

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

border-color css

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

 span { border-color: rgb(54,81,116); }

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