Html Css Color HEX #365786 St Tropaz

📋 copy color: '#365786'

red 54 ◦ green 87 ◦ blue 134

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

Shades of St Tropaz #365786

Tints of St Tropaz #365786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.73%

R = 19.64%
G = 31.64%
B = 48.73%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#365786 (or 0x365786) is known color: St Tropaz. HEX triplet: 36, 57 and 86. RGB value is (54,87,134). Sum of RGB (Red+Green+Blue) = 54+87+134=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #365786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365786 is #C9A879. Grayscale: #525252. Windows color (decimal): -13215866 or 8804150. OLE color: 8804150.

HSL color Cylindrical-coordinate representation of color #365786: hue angle of 215.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365786 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 87 134 -
CMYK 0.60 0.35 0 0.47
HSL 215.25º 0.43% 0.37% -
HSV(B) 215.25º 0.6% 0.53% -
XYZ 9.23 9.32 23.87 -
YUV 82.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 54 87 134 0.60 0.35 0 0.47 215.25 0.43 0.37
Hex 36 57 86 3C 23 0 2F D7 2B 25
Octal 66 127 206 74 43 0 57 327 53 45
Binary 110110 1010111 10000110 111100 100011 0 101111 11010111 101011 100101

Color Harmonies of #365786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365786

Black with #365786

Text Example


Text Example

White with #365786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365786; }

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

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

background-color css

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

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

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

border-color css

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

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

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