Html Css Color HEX #365379 St Tropaz

📋 copy color: '#365379'

red 54 ◦ green 83 ◦ blue 121

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

Shades of St Tropaz #365379

Tints of St Tropaz #365379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 20.93%
G = 32.17%
B = 46.9%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#365379 (or 0x365379) is known color: St Tropaz. HEX triplet: 36, 53 and 79. RGB value is (54,83,121). Sum of RGB (Red+Green+Blue) = 54+83+121=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #365379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365379 is #C9AC86. Grayscale: #4E4E4E. Windows color (decimal): -13216903 or 7951158. OLE color: 7951158.

HSL color Cylindrical-coordinate representation of color #365379: hue angle of 214.03º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #365379 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 83 121 -
CMYK 0.55 0.31 0 0.53
HSL 214.03º 0.38% 0.34% -
HSV(B) 214.03º 0.55% 0.47% -
XYZ 8.07 8.35 19.28 -
YUV 78.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 54 83 121 0.55 0.31 0 0.53 214.03 0.38 0.34
Hex 36 53 79 37 1F 0 35 D6 26 22
Octal 66 123 171 67 37 0 65 326 46 42
Binary 110110 1010011 1111001 110111 11111 0 110101 11010110 100110 100010

Color Harmonies of #365379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365379

Black with #365379

Text Example


Text Example

White with #365379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365379; }

 p { color: rgb(54,83,121); }

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

background-color css

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

 a { background-color: rgb(54,83,121); }

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

border-color css

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

 span { border-color: rgb(54,83,121); }

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