Html Css Color HEX #365780 St Tropaz

📋 copy color: '#365780'

red 54 ◦ green 87 ◦ blue 128

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

Shades of St Tropaz #365780

Tints of St Tropaz #365780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 20.07%
G = 32.34%
B = 47.58%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#365780 (or 0x365780) is known color: St Tropaz. HEX triplet: 36, 57 and 80. RGB value is (54,87,128). Sum of RGB (Red+Green+Blue) = 54+87+128=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #365780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365780 is #C9A87F. Grayscale: #515151. Windows color (decimal): -13215872 or 8410934. OLE color: 8410934.

HSL color Cylindrical-coordinate representation of color #365780: hue angle of 213.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #365780 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 87 128 -
CMYK 0.58 0.32 0 0.50
HSL 213.24º 0.41% 0.36% -
HSV(B) 213.24º 0.58% 0.5% -
XYZ 8.83 9.16 21.72 -
YUV 81.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 54 87 128 0.58 0.32 0 0.50 213.24 0.41 0.36
Hex 36 57 80 3A 20 0 32 D5 29 24
Octal 66 127 200 72 40 0 62 325 51 44
Binary 110110 1010111 10000000 111010 100000 0 110010 11010101 101001 100100

Color Harmonies of #365780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365780

Black with #365780

Text Example


Text Example

White with #365780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365780; }

 p { color: rgb(54,87,128); }

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

background-color css

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

 a { background-color: rgb(54,87,128); }

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

border-color css

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

 span { border-color: rgb(54,87,128); }

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