Html Css Color HEX #365784 St Tropaz

📋 copy color: '#365784'

red 54 ◦ green 87 ◦ blue 132

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

Shades of St Tropaz #365784

Tints of St Tropaz #365784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 19.78%
G = 31.87%
B = 48.35%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#365784 (or 0x365784) is known color: St Tropaz. HEX triplet: 36, 57 and 84. RGB value is (54,87,132). Sum of RGB (Red+Green+Blue) = 54+87+132=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #365784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365784 is #C9A87B. Grayscale: #525252. Windows color (decimal): -13215868 or 8673078. OLE color: 8673078.

HSL color Cylindrical-coordinate representation of color #365784: hue angle of 214.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365784 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 87 132 -
CMYK 0.59 0.34 0 0.48
HSL 214.62º 0.42% 0.36% -
HSV(B) 214.62º 0.59% 0.52% -
XYZ 9.09 9.27 23.14 -
YUV 82.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 54 87 132 0.59 0.34 0 0.48 214.62 0.42 0.36
Hex 36 57 84 3B 22 0 30 D7 2A 24
Octal 66 127 204 73 42 0 60 327 52 44
Binary 110110 1010111 10000100 111011 100010 0 110000 11010111 101010 100100

Color Harmonies of #365784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365784

Black with #365784

Text Example


Text Example

White with #365784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365784; }

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

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

background-color css

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

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

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

border-color css

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

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

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