Html Css Color HEX #365789 St Tropaz

📋 copy color: '#365789'

red 54 ◦ green 87 ◦ blue 137

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

Shades of St Tropaz #365789

Tints of St Tropaz #365789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.28%

R = 19.42%
G = 31.29%
B = 49.28%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#365789 (or 0x365789) is known color: St Tropaz. HEX triplet: 36, 57 and 89. RGB value is (54,87,137). Sum of RGB (Red+Green+Blue) = 54+87+137=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #365789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365789 is #C9A876. Grayscale: #525252. Windows color (decimal): -13215863 or 9000758. OLE color: 9000758.

HSL color Cylindrical-coordinate representation of color #365789: hue angle of 216.14º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365789 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 87 137 -
CMYK 0.61 0.36 0 0.46
HSL 216.14º 0.43% 0.37% -
HSV(B) 216.14º 0.61% 0.54% -
XYZ 9.44 9.41 24.98 -
YUV 82.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 54 87 137 0.61 0.36 0 0.46 216.14 0.43 0.37
Hex 36 57 89 3D 24 0 2E D8 2B 25
Octal 66 127 211 75 44 0 56 330 53 45
Binary 110110 1010111 10001001 111101 100100 0 101110 11011000 101011 100101

Color Harmonies of #365789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365789

Black with #365789

Text Example


Text Example

White with #365789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365789; }

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

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

background-color css

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

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

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

border-color css

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

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

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